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