HEX: #EDEEDA
RGB: (237,238,218)
#EDEEDA contains red, green and blue colors in about the same proportion. Web safe color of #EDEEDA is #FFFFCC (or #FFC).
#EDEEDA color RGB value is (237,238,218).
RGB: (237,238,218)
(93%, 93%, 85%)
R 237 of 255 = 93%
G 238 of 255 = 93%
B 218 of 255 = 85%
R + G + B ~ 90%. #EDEEDA is light color.
R + G + B = 237 + 238 + 218 = 693 (100%)
R 237 of 693 ~ 34.2%
G 238 of 693 ~ 34.34%
B 218 of 693 ~ 31.46'%
#EDEEDA color CMYK value is (0,0,8,7).
CMYK: (0,0,8,7) C0M0Y8K7 (0%,0%,8%,7%) (0.00/0.00/0.08/0.07)
Color #EDEEDA in popluar color models
ED | EE | DA | |
---|---|---|---|
RGB | 237 | 238 | 218 |
HSL | 63° | 37.04% | 89.41% |
HSB/HSV | 63° | 8.40% | 93.33% |
CMYK | 0.42% | 0.00% | 8.40% |
6.67% |
Color #EDEEDA in popluar number systems.
HEX | ED | EE | DA |
Decimal | 237 | 238 | 218 |
Binary | 11101101 | 11101110 | 11011010 |
Octal | 355 | 356 | 332 |
Shades of #EDEEDA
Tints of #EDEEDA
Examples of css and html codes for elements with #EDEEDA color. Also use rgb(237,238,218) instead hex code.
.myTextColor { color: #EDEEDA; }
<p style="color:#EDEEDA">This sample text font color is #EDEEDA.</p>
This text font color is #EDEEDA.
.myBgColor { background-color: #EDEEDA; }
<div style="background-color:#EDEEDA">Inner text</div>
This div background color is #EDEEDA.
.myBorderColor { border: 1px solid #EDEEDA; }
<div style="border:3px solid #EDEEDA">Div</div>
This div border color is #EDEEDA.
.myOpacity80 { color: #EDEEDA; opacity: 0.8; }
<p style="color:#EDEEDA;opacity:0.8;">80%</p>
Text with #EDEEDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEEDA;}
<p style="text-shadow: 3px 3px 1px #EDEEDA">Text here.</p>
This text has shadow with #EDEEDA color.
.textShadow {text-shadow: 3px 3px 1px #EDEEDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEEDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEEDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEEDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEEDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEEDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEEDA;
-webkit-box-shadow: 1px 1px 3px 2px #EDEEDA;
box-shadow: 1px 1px 3px 2px #EDEEDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEEDA; -webkit-box-shadow: 1px 1px 3px 2px #EDEEDA; box-shadow:1px 1px 3px 2px #EDEEDA;">
Div content here
</div>
This text has color #EDEEDA on black background.
This text has color #EDEEDA on white background.
This text has black color on #EDEEDA background.
This text has white color on #EDEEDA background.
Complementary color for #hex is #121125.