COLOR #EEF854

HEX: #EEF854
RGB: (238,248,84)

Color info

#EEF854 contains mainly red and green colors. Web safe color of #EEF854 is #FFFF66 (or #FF6).

RGB color model

#EEF854 color RGB value is (238,248,84).

  • red value is 238;
  • green value is 248;
  • blue value is 84.
RGB:
(238,248,84)
(93%,97%,33%)

RGB channels and saturation

R 238 of 255 = 93%
G 248 of 255 = 97%
B 84 of 255 = 33%

238
248
84

R + G + B ~ 74%. #EEF854 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 248 + 84 = 570 (100%)
R 238 of 570 ~ 41.75%
G 248 of 570 ~ 43.51%
B 84 of 570 ~ 14.74%

%41.75
%43.51
%14.74

CMYK color model

#EEF854 color CMYK value is (4,0,66,3).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 66.13%
  • key color value is 2.75%
CMYK:
(4,0,66,3)
C4M0Y66K3 
(4%,0%,66%,3%)
(0.04/0.00/0.66/0.03)	

CMYK percentages

%4.03
%0
%66.13
%2.75

Codes

Color #EEF854 in popluar color models

EEF854
RGB23824884
HSL64°92.13%65.10%
HSB/HSV64°66.13%97.25%
CMYK4.03%0.00%66.13%
2.75%

Color #EEF854 in popluar number systems.

HEXEEF854
Decimal23824884
Binary11101110111110001010100
Octal356370124

Shades and tints

Shades of #EEF854

#EEF854
(238,248,84)
#D9E24D
(217,226,77)
#C4CC46
(196,204,70)
#AFB63F
(175,182,63)
#9AA038
(154,160,56)
#858A31
(133,138,49)
#70742A
(112,116,42)
#5B5E23
(91,94,35)
#46481C
(70,72,28)
#313215
(49,50,21)
#1C1C0E
(28,28,14)
#000000
(0,0,0)

Tints of #EEF854

#EEF854
(238,248,84)
#EFF863
(239,248,99)
#F0F872
(240,248,114)
#F1F881
(241,248,129)
#F2F890
(242,248,144)
#F3F89F
(243,248,159)
#F4F8AE
(244,248,174)
#F5F8BD
(245,248,189)
#F6F8CC
(246,248,204)
#F7F8DB
(247,248,219)
#F8F8EA
(248,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF854 color. Also use rgb(238,248,84) instead hex code.

Text Font Color

.myTextColor { color: #EEF854; }

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

This text font color is #EEF854.


Background Color

.myBgColor { background-color: #EEF854; }

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

This div background color is #EEF854.


Border color

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

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

This div border color is #EEF854.


Opacity

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

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

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

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

This text has shadow with #EEF854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF854 on black background.


Color preview on white background

This text has color #EEF854 on white background.



Black color preview on #EEF854 background

This text has black color on #EEF854 background.


White color preview on #EEF854 background

This text has white color on #EEF854 background.