Color Hex Logo

#eeded1 Color Hex

#EEDED1
(238,222,209)
0 Favorites   0 Comments

Color spaces of #eeded1

RGB 238222209
HSL0.070.460.88
HSV27°12°93°
CMYK 0.000.070.12   0.07
XYZ72.889875.023170.9608
Yxy75.02310.33300.3428
Hunter Lab86.6159-1.364812.0573
CIE-Lab89.40383.33668.3306

#eeded1 color RGB value is (238,222,209).

#eeded1 hex color red value is 238, green value is 222 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #eeded1 hue: 0.07 , saturation: 0.46 and the lightness value of eeded1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11010001
Octal 356 336 321
Decimal 238 222 209
Hex EE DE D1

RGB Percentages of Color #eeded1

%35.58
%33.18
%31.24

CMYK Percentages of Color #eeded1

%0
%7
%12
%7

Triadic Colors of #eeded1

#eeded1 #d1eede #ded1ee

Analogous Colors of #eeded1

#eeded1 #eeedd1 #eed1d3

Monochromatic Colors of #eeded1

#eeded1

Complementary Color

#eeded1 #d1e1ee

#eeded1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeded1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeded1 Color CSS Codes

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

#eeded1 Text Font Color

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

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


#eeded1 Background Color

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

This div background color is #eeded1


#eeded1 Border Color

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

This div border color is #eeded1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeded1


Comments

No comments written yet.

Please login to write comment.