Color Hex Logo

#eefaf9 Color Hex

#EEFAF9
(238,250,249)
0 Favorites   0 Comments

Color spaces of #eefaf9

RGB 238250249
HSL0.490.550.96
HSV175°98°
CMYK 0.050.000.00   0.02
XYZ86.544493.3879103.0868
Yxy93.38790.30580.3300
Hunter Lab96.6374-9.25844.3993
CIE-Lab97.3848-4.1052-0.8952

#eefaf9 color RGB value is (238,250,249).

#eefaf9 hex color red value is 238, green value is 250 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #eefaf9 hue: 0.49 , saturation: 0.55 and the lightness value of eefaf9 is 0.96.

The process color (four color CMYK) of #eefaf9 color hex is 0.05, 0.00, 0.00, 0.02. Web safe color of #eefaf9 is #ffffff. Color #eefaf9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11111001
Octal 356 372 371
Decimal 238 250 249
Hex EE FA F9

RGB Percentages of Color #eefaf9

%32.29
%33.92
%33.79

CMYK Percentages of Color #eefaf9

%5
%0
%0
%2

Triadic Colors of #eefaf9

#eefaf9 #f9eefa #faf9ee

Analogous Colors of #eefaf9

#eefaf9 #eef5fa #eefaf3

Monochromatic Colors of #eefaf9

#eefaf9

Complementary Color

#eefaf9 #faeeef

#eefaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefaf9 Color CSS Codes

.mybgcolor {background-color:#eefaf9; } 
.myforecolor {color:#eefaf9; }
.mybordercolor {border:3px solid #eefaf9; }

#eefaf9 Text Font Color

<p style="color:#eefaf9">Text here</p>

This sample text font color is #eefaf9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#eefaf9 Background Color

<div style="background-color:#eefaf9">
Div content here</div>

This div background color is #eefaf9


#eefaf9 Border Color

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

This div border color is #eefaf9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,250,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eefaf9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eefaf9;
  -webkit-box-shadow: 1px 1px 3px 2px #eefaf9;
  box-shadow:         1px 1px 3px 2px #eefaf9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,250,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eefaf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eefaf9;
  -webkit-box-shadow: 1px 1px 3px 2px #eefaf9;
  box-shadow:         1px 1px 3px 2px #eefaf9;">
Div content here</div>

This div box has shadow with color #eefaf9


Comments

No comments written yet.

Please login to write comment.