Color Hex Logo

#eeecef Color Hex

#EEECEF
(238,236,239)
0 Favorites   0 Comments

Color spaces of #eeecef

RGB 238236239
HSL0.780.090.93
HSV280°94°
CMYK 0.000.010.00   0.06
XYZ80.835384.400093.6917
Yxy84.40000.31220.3260
Hunter Lab91.8695-3.71073.8426
CIE-Lab93.62401.2057-1.2223

#eeecef color RGB value is (238,236,239).

#eeecef hex color red value is 238, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eeecef hue: 0.78 , saturation: 0.09 and the lightness value of eeecef is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 11101111
Octal 356 354 357
Decimal 238 236 239
Hex EE EC EF

RGB Percentages of Color #eeecef

%33.38
%33.10
%33.52

CMYK Percentages of Color #eeecef

%0
%1
%0
%6

Triadic Colors of #eeecef

#eeecef #efeeec #ecefee

Analogous Colors of #eeecef

#eeecef #efecef #edecef

Monochromatic Colors of #eeecef

#eeecef

Complementary Color

#eeecef #edefec

#eeecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeecef Color CSS Codes

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

#eeecef Text Font Color

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

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


#eeecef Background Color

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

This div background color is #eeecef


#eeecef Border Color

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

This div border color is #eeecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeecef


Comments

No comments written yet.

Please login to write comment.