COLOR #EEF4AB

HEX: #EEF4AB RGB: (238,244,171)

Color info

#EEF4AB contains mainly red and green colors. Web safe color of #EEF4AB is #FFFF99 (or #FF9).

RGB color model

#EEF4AB color RGB value is (238,244,171).

RGB: (238,244,171) (93%, 96%, 67%)

RGB channels and saturation

R 238 of 255 = 93%
G 244 of 255 = 96%
B 171 of 255 = 67%

238
244
171

R + G + B ~ 85%. #EEF4AB is quite light color.

Portions of RGB colors in percentages

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'%

%36.45
%37.37
%26.19

CMYK color model

#EEF4AB color CMYK value is (2,0,30,4).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 4.31%
CMYK: (2,0,30,4) C2M0Y30K4 (2%,0%,30%,4%) (0.02/0.00/0.30/0.04) 

CMYK percentages

%2.46
%0
%29.92
%4.31

Codes

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 and tints

Shades of #EEF4AB

#EEF4AB
(238,244,171)
#D9DE9C
(217,222,156)
#C4C88D
(196,200,141)
#AFB27E
(175,178,126)
#9A9C6F
(154,156,111)
#858660
(133,134,96)
#707051
(112,112,81)
#5B5A42
(91,90,66)
#464433
(70,68,51)
#312E24
(49,46,36)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEF4AB

#EEF4AB
(238,244,171)
#EFF5B2
(239,245,178)
#F0F6B9
(240,246,185)
#F1F7C0
(241,247,192)
#F2F8C7
(242,248,199)
#F3F9CE
(243,249,206)
#F4FAD5
(244,250,213)
#F5FBDC
(245,251,220)
#F6FCE3
(246,252,227)
#F7FDEA
(247,253,234)
#F8FEF1
(248,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF4AB color. Also use rgb(238,244,171) instead hex code.

Text Font Color

.myTextColor { color: #EEF4AB; }

<p style="color:#EEF4AB">This sample text font color is #EEF4AB.</p>

This text font color is #EEF4AB.

Background Color

.myBgColor { background-color: #EEF4AB; }

<div style="background-color:#EEF4AB">Inner text</div>

This div background color is #EEF4AB.

Border color

.myBorderColor { border: 1px solid #EEF4AB; }

<div style="border:3px solid #EEF4AB">Div</div>

This div border color is #EEF4AB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #EEF4AB.

Preview

Color preview on black background

This text has color #EEF4AB on black background.


Color preview on white background

This text has color #EEF4AB on white background.


Black color preview on #EEF4AB background

This text has black color on #EEF4AB background.


White color preview on #EEF4AB background

This text has white color on #EEF4AB background.


Related colors

Complementary color

Complementary color for #hex is #110B54.


I love getcolorcode.com

Triadic colors

1 #ABEEF4 and #F4ABEE with #EEF4AB are triadic colors.

2 #ABF4EE and #F4EEAB with #EEF4AB are triadic colors.