HEX: #EDF2EA
RGB: (237,242,234)
#EDF2EA contains red, green and blue colors in about the same proportion. Web safe color of #EDF2EA is #FFFFFF (or #FFF).
#EDF2EA color RGB value is (237,242,234).
RGB: (237,242,234)
(93%, 95%, 92%)
R 237 of 255 = 93%
G 242 of 255 = 95%
B 234 of 255 = 92%
R + G + B ~ 93%. #EDF2EA is light color.
R + G + B = 237 + 242 + 234 = 713 (100%)
R 237 of 713 ~ 33.24%
G 242 of 713 ~ 33.94%
B 234 of 713 ~ 32.82'%
#EDF2EA color CMYK value is (2,0,3,5).
CMYK: (2,0,3,5)
C2M0Y3K5 (2%, 0%, 3%, 5%)
(0.02 / 0.00 / 0.03 / 0.05)
Color #EDF2EA in popluar color models
ED | F2 | EA | |
---|---|---|---|
RGB | 237 | 242 | 234 |
HSL | 97° | 23.53% | 93.33% |
HSB/HSV | 97° | 3.31% | 94.90% |
CMYK | 2.07% | 0.00% | 3.31% |
5.10% |
Color #EDF2EA in popluar number systems.
HEX | ED | F2 | EA |
Decimal | 237 | 242 | 234 |
Binary | 11101101 | 11110010 | 11101010 |
Octal | 355 | 362 | 352 |
Shades of #EDF2EA
Tints of #EDF2EA
Examples of css and html codes for elements with #EDF2EA color. Also use rgb(237,242,234) instead hex code.
.myTextColor { color: #EDF2EA; }
<p style="color:#EDF2EA">This sample text font color is #EDF2EA.</p>
This text font color is #EDF2EA.
.myBgColor { background-color: #EDF2EA; }
<div style="background-color:#EDF2EA">Inner text</div>
This div background color is #EDF2EA.
.myBorderColor { border: 1px solid #EDF2EA; }
<div style="border:3px solid #EDF2EA">Div</div>
This div border color is #EDF2EA.
.myOpacity80 { color: #EDF2EA; opacity: 0.8; }
<p style="color:#EDF2EA;opacity:0.8;">80%</p>
Text with #EDF2EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF2EA;}
<p style="text-shadow: 3px 3px 1px #EDF2EA">Text here.</p>
This text has shadow with #EDF2EA color.
.textShadow {text-shadow: 3px 3px 1px #EDF2EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF2EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF2EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF2EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF2EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF2EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF2EA;
-webkit-box-shadow: 1px 1px 3px 2px #EDF2EA;
box-shadow: 1px 1px 3px 2px #EDF2EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF2EA; -webkit-box-shadow: 1px 1px 3px 2px #EDF2EA; box-shadow:1px 1px 3px 2px #EDF2EA;">
Div content here
</div>
This text has color #EDF2EA on black background.
This text has color #EDF2EA on white background.
This text has black color on #EDF2EA background.
This text has white color on #EDF2EA background.
Complementary color for #hex is #120D15.