COLOR #EDF886

HEX: #EDF886
RGB: (237,248,134)

Renk bilgisi

#EDF886 contains mainly red and green colors. #EDF886 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDF886 color RGB value is (237,248,134).

  • kırmız ton 237;
  • yeşil ton 248;
  • mavi ton 134.
RGB:
(237,248,134)
(93%,97%,53%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 248 of 255 = 97%
B 134 of 255 = 53%

237
248
134

R + G + B ~ 81%. #EDF886 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 248 + 134 = 619 (100%)
R 237 of 619 ~ 38.29%
G 248 of 619 ~ 40.06%
B 134 of 619 ~ 21.65%

%38.29
%40.06
%21.65

CMYK RENK MODELİ

#EDF886 rengi CMYK tonu (4,0,46,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 0.00%
  • sarı tonu 45.97%
  • ana renk tonu 2.75%
CMYK:
(4,0,46,3)
C4M0Y46K3 
(4%,0%,46%,3%)
(0.04/0.00/0.46/0.03)	

CMYK yüzdeleri

%4.44
%0
%45.97
%2.75

Codes

Color #EDF886 in popluar color models

EDF886
RGB237248134
HSL66°89.06%74.90%
HSB/HSV66°45.97%97.25%
CMYK4.44%0.00%45.97%
2.75%

Color #EDF886 in popluar number systems.

HEXEDF886
Decimal237248134
Binary111011011111100010000110
Octal355370206

Shades and tints

Shades of #EDF886

#EDF886
(237,248,134)
#D8E27A
(216,226,122)
#C3CC6E
(195,204,110)
#AEB662
(174,182,98)
#99A056
(153,160,86)
#848A4A
(132,138,74)
#6F743E
(111,116,62)
#5A5E32
(90,94,50)
#454826
(69,72,38)
#30321A
(48,50,26)
#1B1C0E
(27,28,14)
#000000
(0,0,0)

Tints of #EDF886

#EDF886
(237,248,134)
#EEF891
(238,248,145)
#EFF89C
(239,248,156)
#F0F8A7
(240,248,167)
#F1F8B2
(241,248,178)
#F2F8BD
(242,248,189)
#F3F8C8
(243,248,200)
#F4F8D3
(244,248,211)
#F5F8DE
(245,248,222)
#F6F8E9
(246,248,233)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF886 color. Also use rgb(237,248,134) instead hex code.

Text Font Color

.myTextColor { color: #EDF886; }

<p style="color:#EDF886">This sample text font color is #EDF886.</p>

This text font color is #EDF886.


Background Color

.myBgColor { background-color: #EDF886; }

<div style="background-color:#EDF886">Inner text</div>

This div background color is #EDF886.


Border color

.myBorderColor { border: 1px solid #EDF886; }

<div style="border:3px solid #EDF886">Div</div>

This div border color is #EDF886.


Opacity

.myOpacity80 { color: #EDF886; opacity: 0.8; }

<p style="color:#EDF886;opacity:0.8;">80%</p>

Text with #EDF886 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDF886;}

<p style="text-shadow: 3px 3px 1px #EDF886">Text here.</p>

This text has shadow with #EDF886 color.

.textShadow {text-shadow: 3px 3px 1px #EDF886, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDF886, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDF886 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF886, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDF886, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDF886 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EDF886;
  -webkit-box-shadow:	1px 1px 3px 2px #EDF886;
  box-shadow:		1px 1px 3px 2px #EDF886;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF886;
-webkit-box-shadow: 1px 1px 3px 2px #EDF886;
box-shadow:1px 1px 3px 2px #EDF886;">
Div content here</div>
This div box has shadow with color #EDF886.

Preview

Color preview on black background

This text has color #EDF886 on black background.


Color preview on white background

This text has color #EDF886 on white background.



Black color preview on #EDF886 background

This text has black color on #EDF886 background.


White color preview on #EDF886 background

This text has white color on #EDF886 background.