HEX: #EEF4AB
RGB: (238,244,171)
#EEF4AB contains mainly red and green colors. Web safe color of #EEF4AB is #FFFF99 (or #FF9).
#EEF4AB color RGB value is (238,244,171).
RGB: (238,244,171)
(93%, 96%, 67%)
R 238 of 255 = 93%
G 244 of 255 = 96%
B 171 of 255 = 67%
R + G + B ~ 85%. #EEF4AB is quite light color.
R + G + B = 238 + 244 + 171 = 653 (100%)
R 238 of 653 ~ 36.45%
G 244 of 653 ~ 37.37%
B 171 of 653 ~ 26.19'%
#EEF4AB color CMYK value is (2,0,30,4).
CMYK: (2,0,30,4) C2M0Y30K4 (2%,0%,30%,4%) (0.02/0.00/0.30/0.04)
Color #EEF4AB in popluar color models
EE | F4 | AB | |
---|---|---|---|
RGB | 238 | 244 | 171 |
HSL | 65° | 76.84% | 81.37% |
HSB/HSV | 65° | 29.92% | 95.69% |
CMYK | 2.46% | 0.00% | 29.92% |
4.31% |
Color #EEF4AB in popluar number systems.
HEX | EE | F4 | AB |
Decimal | 238 | 244 | 171 |
Binary | 11101110 | 11110100 | 10101011 |
Octal | 356 | 364 | 253 |
Shades of #EEF4AB
Tints of #EEF4AB
Examples of css and html codes for elements with #EEF4AB color. Also use rgb(238,244,171) instead hex code.
.myTextColor { color: #EEF4AB; }
<p style="color:#EEF4AB">This sample text font color is #EEF4AB.</p>
This text font color is #EEF4AB.
.myBgColor { background-color: #EEF4AB; }
<div style="background-color:#EEF4AB">Inner text</div>
This div background color is #EEF4AB.
.myBorderColor { border: 1px solid #EEF4AB; }
<div style="border:3px solid #EEF4AB">Div</div>
This div border color is #EEF4AB.
.myOpacity80 { color: #EEF4AB; opacity: 0.8; }
<p style="color:#EEF4AB;opacity:0.8;">80%</p>
Text with #EEF4AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEF4AB;}
<p style="text-shadow: 3px 3px 1px #EEF4AB">Text here.</p>
This text has shadow with #EEF4AB color.
.textShadow {text-shadow: 3px 3px 1px #EEF4AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEF4AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEF4AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEF4AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEF4AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEF4AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEF4AB;
-webkit-box-shadow: 1px 1px 3px 2px #EEF4AB;
box-shadow: 1px 1px 3px 2px #EEF4AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEF4AB; -webkit-box-shadow: 1px 1px 3px 2px #EEF4AB; box-shadow:1px 1px 3px 2px #EEF4AB;">
Div content here
</div>
This text has color #EEF4AB on black background.
This text has color #EEF4AB on white background.
This text has black color on #EEF4AB background.
This text has white color on #EEF4AB background.
Complementary color for #hex is #110B54.