COLOR #EEFAFD

HEX: #EEFAFD RGB: (238,250,253)

Color info

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

RGB color model

#EEFAFD color RGB value is (238,250,253).

RGB: (238,250,253) (93%, 98%, 99%)

RGB channels and saturation

R 238 of 255 = 93%
G 250 of 255 = 98%
B 253 of 255 = 99%

238
250
253

R + G + B ~ 97%. #EEFAFD is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 250 + 253 = 741 (100%)
R 238 of 741 ~ 32.12%
G 250 of 741 ~ 33.74%
B 253 of 741 ~ 34.14'%

%32.12
%33.74
%34.14

CMYK color model

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

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

CMYK: (6,1,0,1)
C6M1Y0K1 (6%, 1%, 0%, 1%)
(0.06 / 0.01 / 0.00 / 0.01)

CMYK percentages

%5.93
%1.19
%0
%0.78

Codes

Color #EEFAFD in popluar color models

EE FA FD
RGB 238 250 253
HSL 192° 78.95% 96.27%
HSB/HSV 192° 5.93% 99.22%
CMYK 5.93% 1.19% 0.00%
0.78%

Color #EEFAFD in popluar number systems.

HEX EE FA FD
Decimal 238 250 253
Binary 11101110 11111010 11111101
Octal 356 372 375

Shades and tints

Shades of #EEFAFD

#EEFAFD
(238,250,253)
#D9E4E6
(217,228,230)
#C4CECF
(196,206,207)
#AFB8B8
(175,184,184)
#9AA2A1
(154,162,161)
#858C8A
(133,140,138)
#707673
(112,118,115)
#5B605C
(91,96,92)
#464A45
(70,74,69)
#31342E
(49,52,46)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #EEFAFD

#EEFAFD
(238,250,253)
#EFFAFD
(239,250,253)
#F0FAFD
(240,250,253)
#F1FAFD
(241,250,253)
#F2FAFD
(242,250,253)
#F3FAFD
(243,250,253)
#F4FAFD
(244,250,253)
#F5FAFD
(245,250,253)
#F6FAFD
(246,250,253)
#F7FAFD
(247,250,253)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFAFD; }

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

This text font color is #EEFAFD.

Background Color

.myBgColor { background-color: #EEFAFD; }

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

This div background color is #EEFAFD.

Border color

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

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

This div border color is #EEFAFD.

Opacity

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

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

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

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

This text has shadow with #EEFAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFAFD.

Preview

Color preview on black background

This text has color #EEFAFD on black background.


Color preview on white background

This text has color #EEFAFD on white background.


Black color preview on #EEFAFD background

This text has black color on #EEFAFD background.


White color preview on #EEFAFD background

This text has white color on #EEFAFD background.


Related colors

Complementary color

Complementary color for #hex is #110502.


I love getcolorcode.com

Triadic colors

1 #FDEEFA and #FAFDEE with #EEFAFD are triadic colors.

2 #FDFAEE and #FAEEFD with #EEFAFD are triadic colors.