HEX: #EDFFD8
RGB: (237,255,216)
#EDFFD8 contains red, green and blue colors in about the same proportion. Web safe color of #EDFFD8 is #FFFFCC (or #FFC).
#EDFFD8 color RGB value is (237,255,216).
RGB: (237,255,216)
(93%, 100%, 85%)
R 237 of 255 = 93%
G 255 of 255 = 100%
B 216 of 255 = 85%
R + G + B ~ 93%. #EDFFD8 is light color.
R + G + B = 237 + 255 + 216 = 708 (100%)
R 237 of 708 ~ 33.47%
G 255 of 708 ~ 36.02%
B 216 of 708 ~ 30.51'%
#EDFFD8 color CMYK value is (7,0,15,0).
CMYK: (7,0,15,0) C7M0Y15K0 (7%,0%,15%,0%) (0.07/0.00/0.15/0.00)
Color #EDFFD8 in popluar color models
ED | FF | D8 | |
---|---|---|---|
RGB | 237 | 255 | 216 |
HSL | 88° | 100.00% | 92.35% |
HSB/HSV | 88° | 15.29% | 100.00% |
CMYK | 7.06% | 0.00% | 15.29% |
0.00% |
Color #EDFFD8 in popluar number systems.
HEX | ED | FF | D8 |
Decimal | 237 | 255 | 216 |
Binary | 11101101 | 11111111 | 11011000 |
Octal | 355 | 377 | 330 |
Shades of #EDFFD8
Tints of #EDFFD8
Examples of css and html codes for elements with #EDFFD8 color. Also use rgb(237,255,216) instead hex code.
.myTextColor { color: #EDFFD8; }
<p style="color:#EDFFD8">This sample text font color is #EDFFD8.</p>
This text font color is #EDFFD8.
.myBgColor { background-color: #EDFFD8; }
<div style="background-color:#EDFFD8">Inner text</div>
This div background color is #EDFFD8.
.myBorderColor { border: 1px solid #EDFFD8; }
<div style="border:3px solid #EDFFD8">Div</div>
This div border color is #EDFFD8.
.myOpacity80 { color: #EDFFD8; opacity: 0.8; }
<p style="color:#EDFFD8;opacity:0.8;">80%</p>
Text with #EDFFD8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFFD8;}
<p style="text-shadow: 3px 3px 1px #EDFFD8">Text here.</p>
This text has shadow with #EDFFD8 color.
.textShadow {text-shadow: 3px 3px 1px #EDFFD8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFFD8, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFFD8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFFD8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFFD8, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFFD8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFFD8;
-webkit-box-shadow: 1px 1px 3px 2px #EDFFD8;
box-shadow: 1px 1px 3px 2px #EDFFD8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFFD8; -webkit-box-shadow: 1px 1px 3px 2px #EDFFD8; box-shadow:1px 1px 3px 2px #EDFFD8;">
Div content here
</div>
This text has color #EDFFD8 on black background.
This text has color #EDFFD8 on white background.
This text has black color on #EDFFD8 background.
This text has white color on #EDFFD8 background.
Complementary color for #hex is #120027.