Color Hex Logo

#e0ddcc Color Hex

#E0DDCC
(224,221,204)
0 Favorites   0 Comments

Color spaces of #e0ddcc

RGB 224221204
HSL0.140.240.84
HSV51°88°
CMYK 0.000.010.09   0.12
XYZ67.496071.919867.4512
Yxy71.91980.32630.3477
Hunter Lab84.8055-6.343112.2068
CIE-Lab87.9300-1.89018.6966

#e0ddcc color RGB value is (224,221,204).

#e0ddcc hex color red value is 224, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e0ddcc hue: 0.14 , saturation: 0.24 and the lightness value of e0ddcc is 0.84.

The process color (four color CMYK) of #e0ddcc color hex is 0.00, 0.01, 0.09, 0.12. Web safe color of #e0ddcc is #cccccc. Color #e0ddcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011101 11001100
Octal 340 335 314
Decimal 224 221 204
Hex E0 DD CC

RGB Percentages of Color #e0ddcc

%34.51
%34.05
%31.43

CMYK Percentages of Color #e0ddcc

%0
%1
%9
%12

Triadic Colors of #e0ddcc

#e0ddcc #cce0dd #ddcce0

Analogous Colors of #e0ddcc

#e0ddcc #d9e0cc #e0d3cc

Monochromatic Colors of #e0ddcc

#e0ddcc

Complementary Color

#e0ddcc #cccfe0

#e0ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ddcc Color CSS Codes

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

#e0ddcc Text Font Color

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

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


#e0ddcc Background Color

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

This div background color is #e0ddcc


#e0ddcc Border Color

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

This div border color is #e0ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ddcc


Comments

No comments written yet.

Please login to write comment.