HEX: #E2F5AB
RGB: (226,245,171)
#E2F5AB contains mainly red and green colors. Web safe color of #E2F5AB is #CCFF99 (or #CF9).
#E2F5AB color RGB value is (226,245,171).
RGB: (226,245,171)
(89%, 96%, 67%)
R 226 of 255 = 89%
G 245 of 255 = 96%
B 171 of 255 = 67%
R + G + B ~ 84%. #E2F5AB is quite light color.
R + G + B = 226 + 245 + 171 = 642 (100%)
R 226 of 642 ~ 35.2%
G 245 of 642 ~ 38.16%
B 171 of 642 ~ 26.64'%
#E2F5AB color CMYK value is (8,0,30,4).
CMYK: (8,0,30,4)
C8M0Y30K4 (8%, 0%, 30%, 4%)
(0.08 / 0.00 / 0.30 / 0.04)
Color #E2F5AB in popluar color models
E2 | F5 | AB | |
---|---|---|---|
RGB | 226 | 245 | 171 |
HSL | 75° | 78.72% | 81.57% |
HSB/HSV | 75° | 30.20% | 96.08% |
CMYK | 7.76% | 0.00% | 30.20% |
3.92% |
Color #E2F5AB in popluar number systems.
HEX | E2 | F5 | AB |
Decimal | 226 | 245 | 171 |
Binary | 11100010 | 11110101 | 10101011 |
Octal | 342 | 365 | 253 |
Shades of #E2F5AB
Tints of #E2F5AB
Examples of css and html codes for elements with #E2F5AB color. Also use rgb(226,245,171) instead hex code.
.myTextColor { color: #E2F5AB; }
<p style="color:#E2F5AB">This sample text font color is #E2F5AB.</p>
This text font color is #E2F5AB.
.myBgColor { background-color: #E2F5AB; }
<div style="background-color:#E2F5AB">Inner text</div>
This div background color is #E2F5AB.
.myBorderColor { border: 1px solid #E2F5AB; }
<div style="border:3px solid #E2F5AB">Div</div>
This div border color is #E2F5AB.
.myOpacity80 { color: #E2F5AB; opacity: 0.8; }
<p style="color:#E2F5AB;opacity:0.8;">80%</p>
Text with #E2F5AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2F5AB;}
<p style="text-shadow: 3px 3px 1px #E2F5AB">Text here.</p>
This text has shadow with #E2F5AB color.
.textShadow {text-shadow: 3px 3px 1px #E2F5AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2F5AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2F5AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2F5AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2F5AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2F5AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2F5AB;
-webkit-box-shadow: 1px 1px 3px 2px #E2F5AB;
box-shadow: 1px 1px 3px 2px #E2F5AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2F5AB; -webkit-box-shadow: 1px 1px 3px 2px #E2F5AB; box-shadow:1px 1px 3px 2px #E2F5AB;">
Div content here
</div>
This text has color #E2F5AB on black background.
This text has color #E2F5AB on white background.
This text has black color on #E2F5AB background.
This text has white color on #E2F5AB background.
Complementary color for #hex is #1D0A54.