COLOR #EDF4AE

HEX: #EDF4AE
RGB: (237,244,174)

Color info

#EDF4AE contains mainly red and green colors. Web safe color of #EDF4AE is #FFFF99 (or #FF9).

RGB color model

#EDF4AE color RGB value is (237,244,174).

  • red value is 237;
  • green value is 244;
  • blue value is 174.
RGB:
(237,244,174)
(93%,96%,68%)

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 174 of 255 = 68%

237
244
174

R + G + B ~ 86%. #EDF4AE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 244 + 174 = 655 (100%)
R 237 of 655 ~ 36.18%
G 244 of 655 ~ 37.25%
B 174 of 655 ~ 26.56%

%36.18
%37.25
%26.56

CMYK color model

#EDF4AE color CMYK value is (3,0,29,4).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 28.69%
  • key color value is 4.31%
CMYK:
(3,0,29,4)
C3M0Y29K4 
(3%,0%,29%,4%)
(0.03/0.00/0.29/0.04)	

CMYK percentages

%2.87
%0
%28.69
%4.31

Codes

Color #EDF4AE in popluar color models

EDF4AE
RGB237244174
HSL66°76.09%81.96%
HSB/HSV66°28.69%95.69%
CMYK2.87%0.00%28.69%
4.31%

Color #EDF4AE in popluar number systems.

HEXEDF4AE
Decimal237244174
Binary111011011111010010101110
Octal355364256

Shades and tints

Shades of #EDF4AE

#EDF4AE
(237,244,174)
#D8DE9F
(216,222,159)
#C3C890
(195,200,144)
#AEB281
(174,178,129)
#999C72
(153,156,114)
#848663
(132,134,99)
#6F7054
(111,112,84)
#5A5A45
(90,90,69)
#454436
(69,68,54)
#302E27
(48,46,39)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #EDF4AE

#EDF4AE
(237,244,174)
#EEF5B5
(238,245,181)
#EFF6BC
(239,246,188)
#F0F7C3
(240,247,195)
#F1F8CA
(241,248,202)
#F2F9D1
(242,249,209)
#F3FAD8
(243,250,216)
#F4FBDF
(244,251,223)
#F5FCE6
(245,252,230)
#F6FDED
(246,253,237)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF4AE color. Also use rgb(237,244,174) instead hex code.

Text Font Color

.myTextColor { color: #EDF4AE; }

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

This text font color is #EDF4AE.


Background Color

.myBgColor { background-color: #EDF4AE; }

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

This div background color is #EDF4AE.


Border color

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

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

This div border color is #EDF4AE.


Opacity

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

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

Text with #EDF4AE 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 #EDF4AE;}

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

This text has shadow with #EDF4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4AE on black background.


Color preview on white background

This text has color #EDF4AE on white background.



Black color preview on #EDF4AE background

This text has black color on #EDF4AE background.


White color preview on #EDF4AE background

This text has white color on #EDF4AE background.