Color Hex Logo

#eeddd1 Color Hex

#EEDDD1
(238,221,209)
0 Favorites   0 Comments

Color spaces of #eeddd1

RGB 238221209
HSL0.070.460.88
HSV25°12°93°
CMYK 0.000.070.12   0.07
XYZ72.625074.493570.8725
Yxy74.49350.33320.3417
Hunter Lab86.3096-0.843511.7312
CIE-Lab89.15523.85327.9739

#eeddd1 color RGB value is (238,221,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11010001
Octal 356 335 321
Decimal 238 221 209
Hex EE DD D1

RGB Percentages of Color #eeddd1

%35.63
%33.08
%31.29

CMYK Percentages of Color #eeddd1

%0
%7
%12
%7

Triadic Colors of #eeddd1

#eeddd1 #d1eedd #ddd1ee

Analogous Colors of #eeddd1

#eeddd1 #eeecd1 #eed1d4

Monochromatic Colors of #eeddd1

#eeddd1

Complementary Color

#eeddd1 #d1e2ee

#eeddd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddd1 Color CSS Codes

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

#eeddd1 Text Font Color

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

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


#eeddd1 Background Color

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

This div background color is #eeddd1


#eeddd1 Border Color

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

This div border color is #eeddd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddd1


Comments

No comments written yet.

Please login to write comment.