HEX: #EDEEFD
RGB: (237,238,253)
#EDEEFD contains red, green and blue colors in about the same proportion. Web safe color of #EDEEFD is #FFFFFF (or #FFF).
#EDEEFD color RGB value is (237,238,253).
RGB: (237,238,253)
(93%, 93%, 99%)
R 237 of 255 = 93%
G 238 of 255 = 93%
B 253 of 255 = 99%
R + G + B ~ 95%. #EDEEFD is light color.
R + G + B = 237 + 238 + 253 = 728 (100%)
R 237 of 728 ~ 32.55%
G 238 of 728 ~ 32.69%
B 253 of 728 ~ 34.75'%
#EDEEFD color CMYK value is (6,6,0,1).
CMYK: (6,6,0,1)
C6M6Y0K1 (6%, 6%, 0%, 1%)
(0.06 / 0.06 / 0.00 / 0.01)
Color #EDEEFD in popluar color models
ED | EE | FD | |
---|---|---|---|
RGB | 237 | 238 | 253 |
HSL | 236° | 80.00% | 96.08% |
HSB/HSV | 236° | 6.32% | 99.22% |
CMYK | 6.32% | 5.93% | 0.00% |
0.78% |
Color #EDEEFD in popluar number systems.
HEX | ED | EE | FD |
Decimal | 237 | 238 | 253 |
Binary | 11101101 | 11101110 | 11111101 |
Octal | 355 | 356 | 375 |
Shades of #EDEEFD
Tints of #EDEEFD
Examples of css and html codes for elements with #EDEEFD color. Also use rgb(237,238,253) instead hex code.
.myTextColor { color: #EDEEFD; }
<p style="color:#EDEEFD">This sample text font color is #EDEEFD.</p>
This text font color is #EDEEFD.
.myBgColor { background-color: #EDEEFD; }
<div style="background-color:#EDEEFD">Inner text</div>
This div background color is #EDEEFD.
.myBorderColor { border: 1px solid #EDEEFD; }
<div style="border:3px solid #EDEEFD">Div</div>
This div border color is #EDEEFD.
.myOpacity80 { color: #EDEEFD; opacity: 0.8; }
<p style="color:#EDEEFD;opacity:0.8;">80%</p>
Text with #EDEEFD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEEFD;}
<p style="text-shadow: 3px 3px 1px #EDEEFD">Text here.</p>
This text has shadow with #EDEEFD color.
.textShadow {text-shadow: 3px 3px 1px #EDEEFD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEEFD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEEFD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEEFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEEFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEEFD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEEFD;
-webkit-box-shadow: 1px 1px 3px 2px #EDEEFD;
box-shadow: 1px 1px 3px 2px #EDEEFD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEEFD; -webkit-box-shadow: 1px 1px 3px 2px #EDEEFD; box-shadow:1px 1px 3px 2px #EDEEFD;">
Div content here
</div>
This text has color #EDEEFD on black background.
This text has color #EDEEFD on white background.
This text has black color on #EDEEFD background.
This text has white color on #EDEEFD background.
Complementary color for #hex is #121102.