HEX: #E0F4AB
RGB: (224,244,171)
#E0F4AB contains mainly red and green colors. Web safe color of #E0F4AB is #CCFF99 (or #CF9).
#E0F4AB color RGB value is (224,244,171).
RGB: (224,244,171)
(88%, 96%, 67%)
R 224 of 255 = 88%
G 244 of 255 = 96%
B 171 of 255 = 67%
R + G + B ~ 84%. #E0F4AB is quite light color.
R + G + B = 224 + 244 + 171 = 639 (100%)
R 224 of 639 ~ 35.05%
G 244 of 639 ~ 38.18%
B 171 of 639 ~ 26.76'%
#E0F4AB 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 #E0F4AB in popluar color models
E0 | F4 | AB | |
---|---|---|---|
RGB | 224 | 244 | 171 |
HSL | 76° | 76.84% | 81.37% |
HSB/HSV | 76° | 29.92% | 95.69% |
CMYK | 8.20% | 0.00% | 29.92% |
4.31% |
Color #E0F4AB in popluar number systems.
HEX | E0 | F4 | AB |
Decimal | 224 | 244 | 171 |
Binary | 11100000 | 11110100 | 10101011 |
Octal | 340 | 364 | 253 |
Shades of #E0F4AB
Tints of #E0F4AB
Examples of css and html codes for elements with #E0F4AB color. Also use rgb(224,244,171) instead hex code.
.myTextColor { color: #E0F4AB; }
<p style="color:#E0F4AB">This sample text font color is #E0F4AB.</p>
This text font color is #E0F4AB.
.myBgColor { background-color: #E0F4AB; }
<div style="background-color:#E0F4AB">Inner text</div>
This div background color is #E0F4AB.
.myBorderColor { border: 1px solid #E0F4AB; }
<div style="border:3px solid #E0F4AB">Div</div>
This div border color is #E0F4AB.
.myOpacity80 { color: #E0F4AB; opacity: 0.8; }
<p style="color:#E0F4AB;opacity:0.8;">80%</p>
Text with #E0F4AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E0F4AB;}
<p style="text-shadow: 3px 3px 1px #E0F4AB">Text here.</p>
This text has shadow with #E0F4AB color.
.textShadow {text-shadow: 3px 3px 1px #E0F4AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E0F4AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E0F4AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0F4AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E0F4AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E0F4AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0F4AB;
-webkit-box-shadow: 1px 1px 3px 2px #E0F4AB;
box-shadow: 1px 1px 3px 2px #E0F4AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0F4AB; -webkit-box-shadow: 1px 1px 3px 2px #E0F4AB; box-shadow:1px 1px 3px 2px #E0F4AB;">
Div content here
</div>
This text has color #E0F4AB on black background.
This text has color #E0F4AB on white background.
This text has black color on #E0F4AB background.
This text has white color on #E0F4AB background.
Complementary color for #hex is #1F0B54.