COLOR #EEFDEA

HEX: #EEFDEA
RGB: (238,253,234)

Color info

#EEFDEA contains red, green and blue colors in about the same proportion. Web safe color of #EEFDEA is #FFFFFF (or #FFF).

RGB color model

#EEFDEA color RGB value is (238,253,234).

  • red value is 238;
  • green value is 253;
  • blue value is 234.
RGB:
(238,253,234)
(93%,99%,92%)

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 234 of 255 = 92%

238
253
234

R + G + B ~ 95%. #EEFDEA is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 253 + 234 = 725 (100%)
R 238 of 725 ~ 32.83%
G 253 of 725 ~ 34.9%
B 234 of 725 ~ 32.28%

%32.83
%34.9
%32.28

CMYK color model

#EEFDEA color CMYK value is (6,0,8,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(6,0,8,1)
C6M0Y8K1 
(6%,0%,8%,1%)
(0.06/0.00/0.08/0.01)	

CMYK percentages

%5.93
%0
%7.51
%0.78

Codes

Color #EEFDEA in popluar color models

EEFDEA
RGB238253234
HSL107°82.61%95.49%
HSB/HSV107°7.51%99.22%
CMYK5.93%0.00%7.51%
0.78%

Color #EEFDEA in popluar number systems.

HEXEEFDEA
Decimal238253234
Binary111011101111110111101010
Octal356375352

Shades and tints

Shades of #EEFDEA

#EEFDEA
(238,253,234)
#D9E6D5
(217,230,213)
#C4CFC0
(196,207,192)
#AFB8AB
(175,184,171)
#9AA196
(154,161,150)
#858A81
(133,138,129)
#70736C
(112,115,108)
#5B5C57
(91,92,87)
#464542
(70,69,66)
#312E2D
(49,46,45)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEFDEA

#EEFDEA
(238,253,234)
#EFFDEB
(239,253,235)
#F0FDEC
(240,253,236)
#F1FDED
(241,253,237)
#F2FDEE
(242,253,238)
#F3FDEF
(243,253,239)
#F4FDF0
(244,253,240)
#F5FDF1
(245,253,241)
#F6FDF2
(246,253,242)
#F7FDF3
(247,253,243)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFDEA color. Also use rgb(238,253,234) instead hex code.

Text Font Color

.myTextColor { color: #EEFDEA; }

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

This text font color is #EEFDEA.


Background Color

.myBgColor { background-color: #EEFDEA; }

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

This div background color is #EEFDEA.


Border color

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

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

This div border color is #EEFDEA.


Opacity

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

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

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

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

This text has shadow with #EEFDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEFDEA on black background.


Color preview on white background

This text has color #EEFDEA on white background.



Black color preview on #EEFDEA background

This text has black color on #EEFDEA background.


White color preview on #EEFDEA background

This text has white color on #EEFDEA background.