HEX: #EDFBEC
RGB: (237,251,236)
#EDFBEC contains red, green and blue colors in about the same proportion. Web safe color of #EDFBEC is #FFFFFF (or #FFF).
#EDFBEC color RGB value is (237,251,236).
RGB: (237,251,236)
(93%, 98%, 93%)
R 237 of 255 = 93%
G 251 of 255 = 98%
B 236 of 255 = 93%
R + G + B ~ 95%. #EDFBEC is light color.
R + G + B = 237 + 251 + 236 = 724 (100%)
R 237 of 724 ~ 32.73%
G 251 of 724 ~ 34.67%
B 236 of 724 ~ 32.6'%
#EDFBEC color CMYK value is (6,0,6,2).
CMYK: (6,0,6,2)
C6M0Y6K2 (6%, 0%, 6%, 2%)
(0.06 / 0.00 / 0.06 / 0.02)
Color #EDFBEC in popluar color models
ED | FB | EC | |
---|---|---|---|
RGB | 237 | 251 | 236 |
HSL | 116° | 65.22% | 95.49% |
HSB/HSV | 116° | 5.98% | 98.43% |
CMYK | 5.58% | 0.00% | 5.98% |
1.57% |
Color #EDFBEC in popluar number systems.
HEX | ED | FB | EC |
Decimal | 237 | 251 | 236 |
Binary | 11101101 | 11111011 | 11101100 |
Octal | 355 | 373 | 354 |
Shades of #EDFBEC
Tints of #EDFBEC
Examples of css and html codes for elements with #EDFBEC color. Also use rgb(237,251,236) instead hex code.
.myTextColor { color: #EDFBEC; }
<p style="color:#EDFBEC">This sample text font color is #EDFBEC.</p>
This text font color is #EDFBEC.
.myBgColor { background-color: #EDFBEC; }
<div style="background-color:#EDFBEC">Inner text</div>
This div background color is #EDFBEC.
.myBorderColor { border: 1px solid #EDFBEC; }
<div style="border:3px solid #EDFBEC">Div</div>
This div border color is #EDFBEC.
.myOpacity80 { color: #EDFBEC; opacity: 0.8; }
<p style="color:#EDFBEC;opacity:0.8;">80%</p>
Text with #EDFBEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFBEC;}
<p style="text-shadow: 3px 3px 1px #EDFBEC">Text here.</p>
This text has shadow with #EDFBEC color.
.textShadow {text-shadow: 3px 3px 1px #EDFBEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFBEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFBEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFBEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFBEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFBEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFBEC;
-webkit-box-shadow: 1px 1px 3px 2px #EDFBEC;
box-shadow: 1px 1px 3px 2px #EDFBEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFBEC; -webkit-box-shadow: 1px 1px 3px 2px #EDFBEC; box-shadow:1px 1px 3px 2px #EDFBEC;">
Div content here
</div>
This text has color #EDFBEC on black background.
This text has color #EDFBEC on white background.
This text has black color on #EDFBEC background.
This text has white color on #EDFBEC background.
Complementary color for #hex is #120413.