Color Hex Logo

#eeddd0 Color Hex

#EEDDD0
(238,221,208)
1 Favorites   0 Comments

Color spaces of #eeddd0

RGB 238221208
HSL0.070.470.87
HSV26°13°93°
CMYK 0.000.070.13   0.07
XYZ72.501574.444170.2224
Yxy74.44410.33380.3428
Hunter Lab86.2810-0.999112.1417
CIE-Lab89.13203.69428.4654

#eeddd0 color RGB value is (238,221,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11010000
Octal 356 335 320
Decimal 238 221 208
Hex EE DD D0

RGB Percentages of Color #eeddd0

%35.68
%33.13
%31.18

CMYK Percentages of Color #eeddd0

%0
%7
%13
%7

Triadic Colors of #eeddd0

#eeddd0 #d0eedd #ddd0ee

Analogous Colors of #eeddd0

#eeddd0 #eeecd0 #eed0d2

Monochromatic Colors of #eeddd0

#eeddd0

Complementary Color

#eeddd0 #d0e1ee

#eeddd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddd0 Color CSS Codes

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

#eeddd0 Text Font Color

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

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


#eeddd0 Background Color

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

This div background color is #eeddd0


#eeddd0 Border Color

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

This div border color is #eeddd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddd0

#eeddd0 Color Palettes


Comments

No comments written yet.

Please login to write comment.