HEX: #EDFEB6
RGB: (237,254,182)
#EDFEB6 contains mainly red and green colors. Web safe color of #EDFEB6 is #FFFFCC (or #FFC).
#EDFEB6 color RGB value is (237,254,182).
RGB: (237,254,182)
(93%, 100%, 71%)
R 237 of 255 = 93%
G 254 of 255 = 100%
B 182 of 255 = 71%
R + G + B ~ 88%. #EDFEB6 is light color.
R + G + B = 237 + 254 + 182 = 673 (100%)
R 237 of 673 ~ 35.22%
G 254 of 673 ~ 37.74%
B 182 of 673 ~ 27.04'%
#EDFEB6 color CMYK value is (7,0,28,0).
CMYK: (7,0,28,0)
C7M0Y28K0 (7%, 0%, 28%, 0%)
(0.07 / 0.00 / 0.28 / 0.00)
Color #EDFEB6 in popluar color models
ED | FE | B6 | |
---|---|---|---|
RGB | 237 | 254 | 182 |
HSL | 74° | 97.30% | 85.49% |
HSB/HSV | 74° | 28.35% | 99.61% |
CMYK | 6.69% | 0.00% | 28.35% |
0.39% |
Color #EDFEB6 in popluar number systems.
HEX | ED | FE | B6 |
Decimal | 237 | 254 | 182 |
Binary | 11101101 | 11111110 | 10110110 |
Octal | 355 | 376 | 266 |
Shades of #EDFEB6
Tints of #EDFEB6
Examples of css and html codes for elements with #EDFEB6 color. Also use rgb(237,254,182) instead hex code.
.myTextColor { color: #EDFEB6; }
<p style="color:#EDFEB6">This sample text font color is #EDFEB6.</p>
This text font color is #EDFEB6.
.myBgColor { background-color: #EDFEB6; }
<div style="background-color:#EDFEB6">Inner text</div>
This div background color is #EDFEB6.
.myBorderColor { border: 1px solid #EDFEB6; }
<div style="border:3px solid #EDFEB6">Div</div>
This div border color is #EDFEB6.
.myOpacity80 { color: #EDFEB6; opacity: 0.8; }
<p style="color:#EDFEB6;opacity:0.8;">80%</p>
Text with #EDFEB6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDFEB6;}
<p style="text-shadow: 3px 3px 1px #EDFEB6">Text here.</p>
This text has shadow with #EDFEB6 color.
.textShadow {text-shadow: 3px 3px 1px #EDFEB6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDFEB6, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDFEB6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDFEB6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDFEB6, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDFEB6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDFEB6;
-webkit-box-shadow: 1px 1px 3px 2px #EDFEB6;
box-shadow: 1px 1px 3px 2px #EDFEB6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDFEB6; -webkit-box-shadow: 1px 1px 3px 2px #EDFEB6; box-shadow:1px 1px 3px 2px #EDFEB6;">
Div content here
</div>
This text has color #EDFEB6 on black background.
This text has color #EDFEB6 on white background.
This text has black color on #EDFEB6 background.
This text has white color on #EDFEB6 background.
Complementary color for #hex is #120149.