Color Hex Logo

#e0ddcb Color Hex

#E0DDCB
(224,221,203)
0 Favorites   0 Comments

Color spaces of #e0ddcb

RGB 224221203
HSL0.140.250.84
HSV51°88°
CMYK 0.000.010.09   0.12
XYZ67.376471.872066.8215
Yxy71.87200.32700.3488
Hunter Lab84.7774-6.498312.6118
CIE-Lab87.9069-2.05459.1891

#e0ddcb color RGB value is (224,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011101 11001011
Octal 340 335 313
Decimal 224 221 203
Hex E0 DD CB

RGB Percentages of Color #e0ddcb

%34.57
%34.10
%31.33

CMYK Percentages of Color #e0ddcb

%0
%1
%9
%12

Triadic Colors of #e0ddcb

#e0ddcb #cbe0dd #ddcbe0

Analogous Colors of #e0ddcb

#e0ddcb #d9e0cb #e0d3cb

Monochromatic Colors of #e0ddcb

#e0ddcb

Complementary Color

#e0ddcb #cbcee0

#e0ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ddcb Color CSS Codes

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

#e0ddcb Text Font Color

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

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


#e0ddcb Background Color

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

This div background color is #e0ddcb


#e0ddcb Border Color

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

This div border color is #e0ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ddcb


Comments

No comments written yet.

Please login to write comment.