HEX: #EDF3EE
RGB: (237,243,238)
#EDF3EE contains red, green and blue colors in about the same proportion. Web safe color of #EDF3EE is #FFFFFF (or #FFF).
#EDF3EE color RGB value is (237,243,238).
RGB: (237,243,238)
(93%, 95%, 93%)
R 237 of 255 = 93%
G 243 of 255 = 95%
B 238 of 255 = 93%
R + G + B ~ 94%. #EDF3EE is light color.
R + G + B = 237 + 243 + 238 = 718 (100%)
R 237 of 718 ~ 33.01%
G 243 of 718 ~ 33.84%
B 238 of 718 ~ 33.15'%
#EDF3EE color CMYK value is (2,0,2,5).
CMYK: (2,0,2,5) C2M0Y2K5 (2%,0%,2%,5%) (0.02/0.00/0.02/0.05)
Color #EDF3EE in popluar color models
ED | F3 | EE | |
---|---|---|---|
RGB | 237 | 243 | 238 |
HSL | 130° | 20.00% | 94.12% |
HSB/HSV | 130° | 2.47% | 95.29% |
CMYK | 2.47% | 0.00% | 2.06% |
4.71% |
Color #EDF3EE in popluar number systems.
HEX | ED | F3 | EE |
Decimal | 237 | 243 | 238 |
Binary | 11101101 | 11110011 | 11101110 |
Octal | 355 | 363 | 356 |
Shades of #EDF3EE
Tints of #EDF3EE
Examples of css and html codes for elements with #EDF3EE color. Also use rgb(237,243,238) instead hex code.
.myTextColor { color: #EDF3EE; }
<p style="color:#EDF3EE">This sample text font color is #EDF3EE.</p>
This text font color is #EDF3EE.
.myBgColor { background-color: #EDF3EE; }
<div style="background-color:#EDF3EE">Inner text</div>
This div background color is #EDF3EE.
.myBorderColor { border: 1px solid #EDF3EE; }
<div style="border:3px solid #EDF3EE">Div</div>
This div border color is #EDF3EE.
.myOpacity80 { color: #EDF3EE; opacity: 0.8; }
<p style="color:#EDF3EE;opacity:0.8;">80%</p>
Text with #EDF3EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF3EE;}
<p style="text-shadow: 3px 3px 1px #EDF3EE">Text here.</p>
This text has shadow with #EDF3EE color.
.textShadow {text-shadow: 3px 3px 1px #EDF3EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF3EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF3EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF3EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF3EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF3EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF3EE;
-webkit-box-shadow: 1px 1px 3px 2px #EDF3EE;
box-shadow: 1px 1px 3px 2px #EDF3EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF3EE; -webkit-box-shadow: 1px 1px 3px 2px #EDF3EE; box-shadow:1px 1px 3px 2px #EDF3EE;">
Div content here
</div>
This text has color #EDF3EE on black background.
This text has color #EDF3EE on white background.
This text has black color on #EDF3EE background.
This text has white color on #EDF3EE background.
Complementary color for #hex is #120C11.