Color Hex Logo

#eeeef0 Color Hex

#EEEEF0
(238,238,240)
2 Favorites   0 Comments

Color spaces of #eeeef0

RGB 238238240
HSL0.670.060.94
HSV240°94°
CMYK 0.010.010.00   0.06
XYZ81.562685.617594.6651
Yxy85.61750.31150.3270
Hunter Lab92.5297-4.58384.1125
CIE-Lab94.14860.3609-0.9743

#eeeef0 color RGB value is (238,238,240).

#eeeef0 hex color red value is 238, green value is 238 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #eeeef0 hue: 0.67 , saturation: 0.06 and the lightness value of eeeef0 is 0.94.

The process color (four color CMYK) of #eeeef0 color hex is 0.01, 0.01, 0.00, 0.06. Web safe color of #eeeef0 is #ffffff. Color #eeeef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11110000
Octal 356 356 360
Decimal 238 238 240
Hex EE EE F0

RGB Percentages of Color #eeeef0

%33.24
%33.24
%33.52

CMYK Percentages of Color #eeeef0

%1
%1
%0
%6

Triadic Colors of #eeeef0

#eeeef0 #f0eeee #eef0ee

Analogous Colors of #eeeef0

#eeeef0 #efeef0 #eeeff0

Monochromatic Colors of #eeeef0

#eeeef0

Complementary Color

#eeeef0 #f0f0ee

#eeeef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeef0 Color CSS Codes

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

#eeeef0 Text Font Color

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

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


#eeeef0 Background Color

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

This div background color is #eeeef0


#eeeef0 Border Color

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

This div border color is #eeeef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeef0

#eeeef0 Color Palettes


Comments

No comments written yet.

Please login to write comment.