HEX: #EDFAE3
RGB: (237,250,227)
#EDFAE3 contains red, green and blue colors in about the same proportion. Web safe color of #EDFAE3 is #FFFFCC (or #FFC).
#EDFAE3 color RGB value is (237,250,227).
RGB: (237,250,227)
(93%, 98%, 89%)
R 237 of 255 = 93%
G 250 of 255 = 98%
B 227 of 255 = 89%
R + G + B ~ 93%. #EDFAE3 is light color.
R + G + B = 237 + 250 + 227 = 714 (100%)
R 237 of 714 ~ 33.19%
G 250 of 714 ~ 35.01%
B 227 of 714 ~ 31.79'%
#EDFAE3 color CMYK value is (5,0,9,2).
CMYK: (5,0,9,2) C5M0Y9K2 (5%,0%,9%,2%) (0.05/0.00/0.09/0.02)
Color #EDFAE3 in popluar color models
ED | FA | E3 | |
---|---|---|---|
RGB | 237 | 250 | 227 |
HSL | 94° | 69.70% | 93.53% |
HSB/HSV | 94° | 9.20% | 98.04% |
CMYK | 5.20% | 0.00% | 9.20% |
1.96% |
Color #EDFAE3 in popluar number systems.
HEX | ED | FA | E3 |
Decimal | 237 | 250 | 227 |
Binary | 11101101 | 11111010 | 11100011 |
Octal | 355 | 372 | 343 |
Shades of #EDFAE3
Tints of #EDFAE3
Examples of css and html codes for elements with #EDFAE3 color. Also use rgb(237,250,227) instead hex code.
.myTextColor { color: #EDFAE3; }
<p style="color:#EDFAE3">This sample text font color is #EDFAE3.</p>
This text font color is #EDFAE3.
.myBgColor { background-color: #EDFAE3; }
<div style="background-color:#EDFAE3">Inner text</div>
This div background color is #EDFAE3.
.myBorderColor { border: 1px solid #EDFAE3; }
<div style="border:3px solid #EDFAE3">Div</div>
This div border color is #EDFAE3.
.myOpacity80 { color: #EDFAE3; opacity: 0.8; }
<p style="color:#EDFAE3;opacity:0.8;">80%</p>
Text with #EDFAE3 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFAE3;}
<p style="text-shadow: 3px 3px 1px #EDFAE3">Text here.</p>
This text has shadow with #EDFAE3 color.
.textShadow {text-shadow: 3px 3px 1px #EDFAE3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFAE3, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFAE3 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFAE3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFAE3, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFAE3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFAE3;
-webkit-box-shadow: 1px 1px 3px 2px #EDFAE3;
box-shadow: 1px 1px 3px 2px #EDFAE3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFAE3; -webkit-box-shadow: 1px 1px 3px 2px #EDFAE3; box-shadow:1px 1px 3px 2px #EDFAE3;">
Div content here
</div>
This text has color #EDFAE3 on black background.
This text has color #EDFAE3 on white background.
This text has black color on #EDFAE3 background.
This text has white color on #EDFAE3 background.
Complementary color for #hex is #12051C.