HEX: #EDF5EA
RGB: (237,245,234)
#EDF5EA contains red, green and blue colors in about the same proportion. Web safe color of #EDF5EA is #FFFFFF (or #FFF).
#EDF5EA color RGB value is (237,245,234).
RGB: (237,245,234)
(93%, 96%, 92%)
R 237 of 255 = 93%
G 245 of 255 = 96%
B 234 of 255 = 92%
R + G + B ~ 94%. #EDF5EA is light color.
R + G + B = 237 + 245 + 234 = 716 (100%)
R 237 of 716 ~ 33.1%
G 245 of 716 ~ 34.22%
B 234 of 716 ~ 32.68'%
#EDF5EA color CMYK value is (3,0,4,4).
CMYK: (3,0,4,4)
C3M0Y4K4 (3%, 0%, 4%, 4%)
(0.03 / 0.00 / 0.04 / 0.04)
Color #EDF5EA in popluar color models
ED | F5 | EA | |
---|---|---|---|
RGB | 237 | 245 | 234 |
HSL | 104° | 35.48% | 93.92% |
HSB/HSV | 104° | 4.49% | 96.08% |
CMYK | 3.27% | 0.00% | 4.49% |
3.92% |
Color #EDF5EA in popluar number systems.
HEX | ED | F5 | EA |
Decimal | 237 | 245 | 234 |
Binary | 11101101 | 11110101 | 11101010 |
Octal | 355 | 365 | 352 |
Shades of #EDF5EA
Tints of #EDF5EA
Examples of css and html codes for elements with #EDF5EA color. Also use rgb(237,245,234) instead hex code.
.myTextColor { color: #EDF5EA; }
<p style="color:#EDF5EA">This sample text font color is #EDF5EA.</p>
This text font color is #EDF5EA.
.myBgColor { background-color: #EDF5EA; }
<div style="background-color:#EDF5EA">Inner text</div>
This div background color is #EDF5EA.
.myBorderColor { border: 1px solid #EDF5EA; }
<div style="border:3px solid #EDF5EA">Div</div>
This div border color is #EDF5EA.
.myOpacity80 { color: #EDF5EA; opacity: 0.8; }
<p style="color:#EDF5EA;opacity:0.8;">80%</p>
Text with #EDF5EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF5EA;}
<p style="text-shadow: 3px 3px 1px #EDF5EA">Text here.</p>
This text has shadow with #EDF5EA color.
.textShadow {text-shadow: 3px 3px 1px #EDF5EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF5EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF5EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF5EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF5EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF5EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF5EA;
-webkit-box-shadow: 1px 1px 3px 2px #EDF5EA;
box-shadow: 1px 1px 3px 2px #EDF5EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF5EA; -webkit-box-shadow: 1px 1px 3px 2px #EDF5EA; box-shadow:1px 1px 3px 2px #EDF5EA;">
Div content here
</div>
This text has color #EDF5EA on black background.
This text has color #EDF5EA on white background.
This text has black color on #EDF5EA background.
This text has white color on #EDF5EA background.
Complementary color for #hex is #120A15.