Color Hex Logo

#eeedef Color Hex

#EEEDEF
(238,237,239)
0 Favorites   0 Comments

Color spaces of #eeedef

RGB 238237239
HSL0.750.060.93
HSV270°94°
CMYK 0.000.010.00   0.06
XYZ81.124184.977593.7880
Yxy84.97750.31210.3270
Hunter Lab92.1832-4.23524.2061
CIE-Lab93.87340.6939-0.8573

#eeedef color RGB value is (238,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11101111
Octal 356 355 357
Decimal 238 237 239
Hex EE ED EF

RGB Percentages of Color #eeedef

%33.33
%33.19
%33.47

CMYK Percentages of Color #eeedef

%0
%1
%0
%6

Triadic Colors of #eeedef

#eeedef #efeeed #edefee

Analogous Colors of #eeedef

#eeedef #efedef #ededef

Monochromatic Colors of #eeedef

#eeedef

Complementary Color

#eeedef #eeefed

#eeedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedef Color CSS Codes

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

#eeedef Text Font Color

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

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


#eeedef Background Color

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

This div background color is #eeedef


#eeedef Border Color

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

This div border color is #eeedef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,237,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 #eeedef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedef


Comments

No comments written yet.

Please login to write comment.