HEX: #EDFCEB
RGB: (237,252,235)
#EDFCEB contains red, green and blue colors in about the same proportion. Web safe color of #EDFCEB is #FFFFFF (or #FFF).
#EDFCEB color RGB value is (237,252,235).
RGB: (237,252,235)
(93%, 99%, 92%)
R 237 of 255 = 93%
G 252 of 255 = 99%
B 235 of 255 = 92%
R + G + B ~ 95%. #EDFCEB is light color.
R + G + B = 237 + 252 + 235 = 724 (100%)
R 237 of 724 ~ 32.73%
G 252 of 724 ~ 34.81%
B 235 of 724 ~ 32.46'%
#EDFCEB color CMYK value is (6,0,7,1).
CMYK: (6,0,7,1) C6M0Y7K1 (6%,0%,7%,1%) (0.06/0.00/0.07/0.01)
Color #EDFCEB in popluar color models
ED | FC | EB | |
---|---|---|---|
RGB | 237 | 252 | 235 |
HSL | 113° | 73.91% | 95.49% |
HSB/HSV | 113° | 6.75% | 98.82% |
CMYK | 5.95% | 0.00% | 6.75% |
1.18% |
Color #EDFCEB in popluar number systems.
HEX | ED | FC | EB |
Decimal | 237 | 252 | 235 |
Binary | 11101101 | 11111100 | 11101011 |
Octal | 355 | 374 | 353 |
Shades of #EDFCEB
Tints of #EDFCEB
Examples of css and html codes for elements with #EDFCEB color. Also use rgb(237,252,235) instead hex code.
.myTextColor { color: #EDFCEB; }
<p style="color:#EDFCEB">This sample text font color is #EDFCEB.</p>
This text font color is #EDFCEB.
.myBgColor { background-color: #EDFCEB; }
<div style="background-color:#EDFCEB">Inner text</div>
This div background color is #EDFCEB.
.myBorderColor { border: 1px solid #EDFCEB; }
<div style="border:3px solid #EDFCEB">Div</div>
This div border color is #EDFCEB.
.myOpacity80 { color: #EDFCEB; opacity: 0.8; }
<p style="color:#EDFCEB;opacity:0.8;">80%</p>
Text with #EDFCEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFCEB;}
<p style="text-shadow: 3px 3px 1px #EDFCEB">Text here.</p>
This text has shadow with #EDFCEB color.
.textShadow {text-shadow: 3px 3px 1px #EDFCEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFCEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFCEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFCEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFCEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFCEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFCEB;
-webkit-box-shadow: 1px 1px 3px 2px #EDFCEB;
box-shadow: 1px 1px 3px 2px #EDFCEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFCEB; -webkit-box-shadow: 1px 1px 3px 2px #EDFCEB; box-shadow:1px 1px 3px 2px #EDFCEB;">
Div content here
</div>
This text has color #EDFCEB on black background.
This text has color #EDFCEB on white background.
This text has black color on #EDFCEB background.
This text has white color on #EDFCEB background.
Complementary color for #hex is #120314.