HEX: #EDFCBB
RGB: (237,252,187)
#EDFCBB contains mainly red and green colors. Web safe color of #EDFCBB is #FFFFCC (or #FFC).
#EDFCBB color RGB value is (237,252,187).
RGB: (237,252,187)
(93%, 99%, 73%)
R 237 of 255 = 93%
G 252 of 255 = 99%
B 187 of 255 = 73%
R + G + B ~ 88%. #EDFCBB is light color.
R + G + B = 237 + 252 + 187 = 676 (100%)
R 237 of 676 ~ 35.06%
G 252 of 676 ~ 37.28%
B 187 of 676 ~ 27.66'%
#EDFCBB color CMYK value is (6,0,26,1).
CMYK: (6,0,26,1)
C6M0Y26K1 (6%, 0%, 26%, 1%)
(0.06 / 0.00 / 0.26 / 0.01)
Color #EDFCBB in popluar color models
ED | FC | BB | |
---|---|---|---|
RGB | 237 | 252 | 187 |
HSL | 74° | 91.55% | 86.08% |
HSB/HSV | 74° | 25.79% | 98.82% |
CMYK | 5.95% | 0.00% | 25.79% |
1.18% |
Color #EDFCBB in popluar number systems.
HEX | ED | FC | BB |
Decimal | 237 | 252 | 187 |
Binary | 11101101 | 11111100 | 10111011 |
Octal | 355 | 374 | 273 |
Shades of #EDFCBB
Tints of #EDFCBB
Examples of css and html codes for elements with #EDFCBB color. Also use rgb(237,252,187) instead hex code.
.myTextColor { color: #EDFCBB; }
<p style="color:#EDFCBB">This sample text font color is #EDFCBB.</p>
This text font color is #EDFCBB.
.myBgColor { background-color: #EDFCBB; }
<div style="background-color:#EDFCBB">Inner text</div>
This div background color is #EDFCBB.
.myBorderColor { border: 1px solid #EDFCBB; }
<div style="border:3px solid #EDFCBB">Div</div>
This div border color is #EDFCBB.
.myOpacity80 { color: #EDFCBB; opacity: 0.8; }
<p style="color:#EDFCBB;opacity:0.8;">80%</p>
Text with #EDFCBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFCBB;}
<p style="text-shadow: 3px 3px 1px #EDFCBB">Text here.</p>
This text has shadow with #EDFCBB color.
.textShadow {text-shadow: 3px 3px 1px #EDFCBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFCBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFCBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFCBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFCBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFCBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFCBB;
-webkit-box-shadow: 1px 1px 3px 2px #EDFCBB;
box-shadow: 1px 1px 3px 2px #EDFCBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFCBB; -webkit-box-shadow: 1px 1px 3px 2px #EDFCBB; box-shadow:1px 1px 3px 2px #EDFCBB;">
Div content here
</div>
This text has color #EDFCBB on black background.
This text has color #EDFCBB on white background.
This text has black color on #EDFCBB background.
This text has white color on #EDFCBB background.
Complementary color for #hex is #120344.