HEX: #EDEDFE
RGB: (237,237,254)
#EDEDFE contains red, green and blue colors in about the same proportion. Web safe color of #EDEDFE is #FFFFFF (or #FFF).
#EDEDFE color RGB value is (237,237,254).
RGB: (237,237,254)
(93%, 93%, 100%)
R 237 of 255 = 93%
G 237 of 255 = 93%
B 254 of 255 = 100%
R + G + B ~ 95%. #EDEDFE is light color.
R + G + B = 237 + 237 + 254 = 728 (100%)
R 237 of 728 ~ 32.55%
G 237 of 728 ~ 32.55%
B 254 of 728 ~ 34.89'%
#EDEDFE color CMYK value is (7,7,0,0).
CMYK: (7,7,0,0)
C7M7Y0K0 (7%, 7%, 0%, 0%)
(0.07 / 0.07 / 0.00 / 0.00)
Color #EDEDFE in popluar color models
ED | ED | FE | |
---|---|---|---|
RGB | 237 | 237 | 254 |
HSL | 240° | 89.47% | 96.27% |
HSB/HSV | 240° | 6.69% | 99.61% |
CMYK | 6.69% | 6.69% | 0.00% |
0.39% |
Color #EDEDFE in popluar number systems.
HEX | ED | ED | FE |
Decimal | 237 | 237 | 254 |
Binary | 11101101 | 11101101 | 11111110 |
Octal | 355 | 355 | 376 |
Shades of #EDEDFE
Tints of #EDEDFE
Examples of css and html codes for elements with #EDEDFE color. Also use rgb(237,237,254) instead hex code.
.myTextColor { color: #EDEDFE; }
<p style="color:#EDEDFE">This sample text font color is #EDEDFE.</p>
This text font color is #EDEDFE.
.myBgColor { background-color: #EDEDFE; }
<div style="background-color:#EDEDFE">Inner text</div>
This div background color is #EDEDFE.
.myBorderColor { border: 1px solid #EDEDFE; }
<div style="border:3px solid #EDEDFE">Div</div>
This div border color is #EDEDFE.
.myOpacity80 { color: #EDEDFE; opacity: 0.8; }
<p style="color:#EDEDFE;opacity:0.8;">80%</p>
Text with #EDEDFE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEDFE;}
<p style="text-shadow: 3px 3px 1px #EDEDFE">Text here.</p>
This text has shadow with #EDEDFE color.
.textShadow {text-shadow: 3px 3px 1px #EDEDFE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEDFE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEDFE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEDFE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEDFE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEDFE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEDFE;
-webkit-box-shadow: 1px 1px 3px 2px #EDEDFE;
box-shadow: 1px 1px 3px 2px #EDEDFE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEDFE; -webkit-box-shadow: 1px 1px 3px 2px #EDEDFE; box-shadow:1px 1px 3px 2px #EDEDFE;">
Div content here
</div>
This text has color #EDEDFE on black background.
This text has color #EDEDFE on white background.
This text has black color on #EDEDFE background.
This text has white color on #EDEDFE background.