COLOR #EFF4A8

HEX: #EFF4A8 RGB: (239,244,168)

Color info

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

RGB color model

#EFF4A8 color RGB value is (239,244,168).

RGB: (239,244,168) (94%, 96%, 66%)

RGB channels and saturation

R 239 of 255 = 94%
G 244 of 255 = 96%
B 168 of 255 = 66%

239
244
168

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

Portions of RGB colors in percentages

R + G + B = 239 + 244 + 168 = 651 (100%)
R 239 of 651 ~ 36.71%
G 244 of 651 ~ 37.48%
B 168 of 651 ~ 25.81'%

%36.71
%37.48
%25.81

CMYK color model

#EFF4A8 color CMYK value is (2,0,31,4).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 4.31%

CMYK: (2,0,31,4)
C2M0Y31K4 (2%, 0%, 31%, 4%)
(0.02 / 0.00 / 0.31 / 0.04)

CMYK percentages

%2.05
%0
%31.15
%4.31

Codes

Color #EFF4A8 in popluar color models

EF F4 A8
RGB 239 244 168
HSL 64° 77.55% 80.78%
HSB/HSV 64° 31.15% 95.69%
CMYK 2.05% 0.00% 31.15%
4.31%

Color #EFF4A8 in popluar number systems.

HEX EF F4 A8
Decimal 239 244 168
Binary 11101111 11110100 10101000
Octal 357 364 250

Shades and tints

Shades of #EFF4A8

#EFF4A8
(239,244,168)
#DADE99
(218,222,153)
#C5C88A
(197,200,138)
#B0B27B
(176,178,123)
#9B9C6C
(155,156,108)
#86865D
(134,134,93)
#71704E
(113,112,78)
#5C5A3F
(92,90,63)
#474430
(71,68,48)
#322E21
(50,46,33)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #EFF4A8

#EFF4A8
(239,244,168)
#F0F5AF
(240,245,175)
#F1F6B6
(241,246,182)
#F2F7BD
(242,247,189)
#F3F8C4
(243,248,196)
#F4F9CB
(244,249,203)
#F5FAD2
(245,250,210)
#F6FBD9
(246,251,217)
#F7FCE0
(247,252,224)
#F8FDE7
(248,253,231)
#F9FEEE
(249,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF4A8 color. Also use rgb(239,244,168) instead hex code.

Text Font Color

.myTextColor { color: #EFF4A8; }

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

This text font color is #EFF4A8.

Background Color

.myBgColor { background-color: #EFF4A8; }

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

This div background color is #EFF4A8.

Border color

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

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

This div border color is #EFF4A8.

Opacity

.myOpacity80 { color: #EFF4A8; opacity: 0.8; }

<p style="color:#EFF4A8;opacity:0.8;">80%</p>

Text with #EFF4A8 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 #EFF4A8;}

<p style="text-shadow: 3px 3px 1px #EFF4A8">Text here.</p>

This text has shadow with #EFF4A8 color.


.textShadow {text-shadow: 3px 3px 1px #EFF4A8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFF4A8, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFF4A8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFF4A8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFF4A8, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFF4A8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFF4A8;
-webkit-box-shadow: 1px 1px 3px 2px #EFF4A8;
box-shadow: 1px 1px 3px 2px #EFF4A8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFF4A8; -webkit-box-shadow: 1px 1px 3px 2px #EFF4A8; box-shadow:1px 1px 3px 2px #EFF4A8;">
Div content here
</div>

This div box has shadow with color #EFF4A8.

Preview

Color preview on black background

This text has color #EFF4A8 on black background.


Color preview on white background

This text has color #EFF4A8 on white background.


Black color preview on #EFF4A8 background

This text has black color on #EFF4A8 background.


White color preview on #EFF4A8 background

This text has white color on #EFF4A8 background.


Related colors

Complementary color

Complementary color for #hex is #100B57.


I love getcolorcode.com

Triadic colors

1 #A8EFF4 and #F4A8EF with #EFF4A8 are triadic colors.

2 #A8F4EF and #F4EFA8 with #EFF4A8 are triadic colors.