Color Hex Logo

#eeded8 Color Hex

#EEDED8
(238,222,216)
0 Favorites   0 Comments

Color spaces of #eeded8

RGB 238222216
HSL0.050.390.89
HSV16°93°
CMYK 0.000.070.09   0.07
XYZ73.775875.377675.6267
Yxy75.37760.32820.3353
Hunter Lab86.8203-0.25459.1283
CIE-Lab89.56964.46904.8962

#eeded8 color RGB value is (238,222,216).

#eeded8 hex color red value is 238, green value is 222 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #eeded8 hue: 0.05 , saturation: 0.39 and the lightness value of eeded8 is 0.89.

The process color (four color CMYK) of #eeded8 color hex is 0.00, 0.07, 0.09, 0.07. Web safe color of #eeded8 is #ffcccc. Color #eeded8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11011000
Octal 356 336 330
Decimal 238 222 216
Hex EE DE D8

RGB Percentages of Color #eeded8

%35.21
%32.84
%31.95

CMYK Percentages of Color #eeded8

%0
%7
%9
%7

Triadic Colors of #eeded8

#eeded8 #d8eede #ded8ee

Analogous Colors of #eeded8

#eeded8 #eee9d8 #eed8dd

Monochromatic Colors of #eeded8

#eeded8

Complementary Color

#eeded8 #d8e8ee

#eeded8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeded8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeded8 Color CSS Codes

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

#eeded8 Text Font Color

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

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


#eeded8 Background Color

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

This div background color is #eeded8


#eeded8 Border Color

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

This div border color is #eeded8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeded8

#eeded8 Color Palettes


Comments

No comments written yet.

Please login to write comment.