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