COLOR #EEFDF4

HEX: #EEFDF4 RGB: (238,253,244)

Color info

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

RGB color model

#EEFDF4 color RGB value is (238,253,244).

RGB: (238,253,244) (93%, 99%, 96%)

RGB channels and saturation

R 238 of 255 = 93%
G 253 of 255 = 99%
B 244 of 255 = 96%

238
253
244

R + G + B ~ 96%. #EEFDF4 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 253 + 244 = 735 (100%)
R 238 of 735 ~ 32.38%
G 253 of 735 ~ 34.42%
B 244 of 735 ~ 33.2'%

%32.38
%34.42
%33.2

CMYK color model

#EEFDF4 color CMYK value is (6,0,4,1).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 0.78%

CMYK: (6,0,4,1)
C6M0Y4K1 (6%, 0%, 4%, 1%)
(0.06 / 0.00 / 0.04 / 0.01)

CMYK percentages

%5.93
%0
%3.56
%0.78

Codes

Color #EEFDF4 in popluar color models

EE FD F4
RGB 238 253 244
HSL 144° 78.95% 96.27%
HSB/HSV 144° 5.93% 99.22%
CMYK 5.93% 0.00% 3.56%
0.78%

Color #EEFDF4 in popluar number systems.

HEX EE FD F4
Decimal 238 253 244
Binary 11101110 11111101 11110100
Octal 356 375 364

Shades and tints

Shades of #EEFDF4

#EEFDF4
(238,253,244)
#D9E6DE
(217,230,222)
#C4CFC8
(196,207,200)
#AFB8B2
(175,184,178)
#9AA19C
(154,161,156)
#858A86
(133,138,134)
#707370
(112,115,112)
#5B5C5A
(91,92,90)
#464544
(70,69,68)
#312E2E
(49,46,46)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEFDF4

#EEFDF4
(238,253,244)
#EFFDF5
(239,253,245)
#F0FDF6
(240,253,246)
#F1FDF7
(241,253,247)
#F2FDF8
(242,253,248)
#F3FDF9
(243,253,249)
#F4FDFA
(244,253,250)
#F5FDFB
(245,253,251)
#F6FDFC
(246,253,252)
#F7FDFD
(247,253,253)
#F8FDFE
(248,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFDF4; }

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

This text font color is #EEFDF4.

Background Color

.myBgColor { background-color: #EEFDF4; }

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

This div background color is #EEFDF4.

Border color

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

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

This div border color is #EEFDF4.

Opacity

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

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

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

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

This text has shadow with #EEFDF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFDF4.

Preview

Color preview on black background

This text has color #EEFDF4 on black background.


Color preview on white background

This text has color #EEFDF4 on white background.


Black color preview on #EEFDF4 background

This text has black color on #EEFDF4 background.


White color preview on #EEFDF4 background

This text has white color on #EEFDF4 background.


Related colors

Complementary color

Complementary color for #hex is #11020B.


I love getcolorcode.com

Triadic colors

1 #F4EEFD and #FDF4EE with #EEFDF4 are triadic colors.

2 #F4FDEE and #FDEEF4 with #EEFDF4 are triadic colors.