Color Hex Logo

#eeeff5 Color Hex

#EEEFF5
(238,239,245)
0 Favorites   0 Comments

Color spaces of #eeeff5

RGB 238239245
HSL0.640.260.95
HSV231°96°
CMYK 0.030.020.00   0.04
XYZ82.607886.502798.7290
Yxy86.50270.30840.3230
Hunter Lab93.0068-4.21992.1670
CIE-Lab94.52690.7513-3.0154

#eeeff5 color RGB value is (238,239,245).

#eeeff5 hex color red value is 238, green value is 239 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #eeeff5 hue: 0.64 , saturation: 0.26 and the lightness value of eeeff5 is 0.95.

The process color (four color CMYK) of #eeeff5 color hex is 0.03, 0.02, 0.00, 0.04. Web safe color of #eeeff5 is #ffffff. Color #eeeff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11110101
Octal 356 357 365
Decimal 238 239 245
Hex EE EF F5

RGB Percentages of Color #eeeff5

%32.96
%33.10
%33.93

CMYK Percentages of Color #eeeff5

%3
%2
%0
%4

Triadic Colors of #eeeff5

#eeeff5 #f5eeef #eff5ee

Analogous Colors of #eeeff5

#eeeff5 #f1eef5 #eef3f5

Monochromatic Colors of #eeeff5

#eeeff5

Complementary Color

#eeeff5 #f5f4ee

#eeeff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeff5 Color CSS Codes

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

#eeeff5 Text Font Color

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

This sample text font color is #eeeff5
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.


#eeeff5 Background Color

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

This div background color is #eeeff5


#eeeff5 Border Color

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

This div border color is #eeeff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeff5


Comments

No comments written yet.

Please login to write comment.