HEX: #EDEEBD
RGB: (237,238,189)
#EDEEBD contains red, green and blue colors in about the same proportion. Web safe color of #EDEEBD is #FFFFCC (or #FFC).
#EDEEBD color RGB value is (237,238,189).
RGB: (237,238,189)
(93%, 93%, 74%)
R 237 of 255 = 93%
G 238 of 255 = 93%
B 189 of 255 = 74%
R + G + B ~ 87%. #EDEEBD is light color.
R + G + B = 237 + 238 + 189 = 664 (100%)
R 237 of 664 ~ 35.69%
G 238 of 664 ~ 35.84%
B 189 of 664 ~ 28.46'%
#EDEEBD color CMYK value is (0,0,21,7).
CMYK: (0,0,21,7) C0M0Y21K7 (0%,0%,21%,7%) (0.00/0.00/0.21/0.07)
Color #EDEEBD in popluar color models
ED | EE | BD | |
---|---|---|---|
RGB | 237 | 238 | 189 |
HSL | 61° | 59.04% | 83.73% |
HSB/HSV | 61° | 20.59% | 93.33% |
CMYK | 0.42% | 0.00% | 20.59% |
6.67% |
Color #EDEEBD in popluar number systems.
HEX | ED | EE | BD |
Decimal | 237 | 238 | 189 |
Binary | 11101101 | 11101110 | 10111101 |
Octal | 355 | 356 | 275 |
Shades of #EDEEBD
Tints of #EDEEBD
Examples of css and html codes for elements with #EDEEBD color. Also use rgb(237,238,189) instead hex code.
.myTextColor { color: #EDEEBD; }
<p style="color:#EDEEBD">This sample text font color is #EDEEBD.</p>
This text font color is #EDEEBD.
.myBgColor { background-color: #EDEEBD; }
<div style="background-color:#EDEEBD">Inner text</div>
This div background color is #EDEEBD.
.myBorderColor { border: 1px solid #EDEEBD; }
<div style="border:3px solid #EDEEBD">Div</div>
This div border color is #EDEEBD.
.myOpacity80 { color: #EDEEBD; opacity: 0.8; }
<p style="color:#EDEEBD;opacity:0.8;">80%</p>
Text with #EDEEBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEEBD;}
<p style="text-shadow: 3px 3px 1px #EDEEBD">Text here.</p>
This text has shadow with #EDEEBD color.
.textShadow {text-shadow: 3px 3px 1px #EDEEBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEEBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEEBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEEBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEEBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEEBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEEBD;
-webkit-box-shadow: 1px 1px 3px 2px #EDEEBD;
box-shadow: 1px 1px 3px 2px #EDEEBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEEBD; -webkit-box-shadow: 1px 1px 3px 2px #EDEEBD; box-shadow:1px 1px 3px 2px #EDEEBD;">
Div content here
</div>
This text has color #EDEEBD on black background.
This text has color #EDEEBD on white background.
This text has black color on #EDEEBD background.
This text has white color on #EDEEBD background.
Complementary color for #hex is #121142.