HEX: #EDF5BD
RGB: (237,245,189)
#EDF5BD contains red, green and blue colors in about the same proportion. Web safe color of #EDF5BD is #FFFFCC (or #FFC).
#EDF5BD color RGB value is (237,245,189).
RGB: (237,245,189)
(93%, 96%, 74%)
R 237 of 255 = 93%
G 245 of 255 = 96%
B 189 of 255 = 74%
R + G + B ~ 88%. #EDF5BD is light color.
R + G + B = 237 + 245 + 189 = 671 (100%)
R 237 of 671 ~ 35.32%
G 245 of 671 ~ 36.51%
B 189 of 671 ~ 28.17'%
#EDF5BD color CMYK value is (3,0,23,4).
CMYK: (3,0,23,4)
C3M0Y23K4 (3%, 0%, 23%, 4%)
(0.03 / 0.00 / 0.23 / 0.04)
Color #EDF5BD in popluar color models
ED | F5 | BD | |
---|---|---|---|
RGB | 237 | 245 | 189 |
HSL | 69° | 73.68% | 85.10% |
HSB/HSV | 69° | 22.86% | 96.08% |
CMYK | 3.27% | 0.00% | 22.86% |
3.92% |
Color #EDF5BD in popluar number systems.
HEX | ED | F5 | BD |
Decimal | 237 | 245 | 189 |
Binary | 11101101 | 11110101 | 10111101 |
Octal | 355 | 365 | 275 |
Shades of #EDF5BD
Tints of #EDF5BD
Examples of css and html codes for elements with #EDF5BD color. Also use rgb(237,245,189) instead hex code.
.myTextColor { color: #EDF5BD; }
<p style="color:#EDF5BD">This sample text font color is #EDF5BD.</p>
This text font color is #EDF5BD.
.myBgColor { background-color: #EDF5BD; }
<div style="background-color:#EDF5BD">Inner text</div>
This div background color is #EDF5BD.
.myBorderColor { border: 1px solid #EDF5BD; }
<div style="border:3px solid #EDF5BD">Div</div>
This div border color is #EDF5BD.
.myOpacity80 { color: #EDF5BD; opacity: 0.8; }
<p style="color:#EDF5BD;opacity:0.8;">80%</p>
Text with #EDF5BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDF5BD;}
<p style="text-shadow: 3px 3px 1px #EDF5BD">Text here.</p>
This text has shadow with #EDF5BD color.
.textShadow {text-shadow: 3px 3px 1px #EDF5BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDF5BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDF5BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDF5BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDF5BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDF5BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDF5BD;
-webkit-box-shadow: 1px 1px 3px 2px #EDF5BD;
box-shadow: 1px 1px 3px 2px #EDF5BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDF5BD; -webkit-box-shadow: 1px 1px 3px 2px #EDF5BD; box-shadow:1px 1px 3px 2px #EDF5BD;">
Div content here
</div>
This text has color #EDF5BD on black background.
This text has color #EDF5BD on white background.
This text has black color on #EDF5BD background.
This text has white color on #EDF5BD background.
Complementary color for #hex is #120A42.