Color Hex Logo

#e0d8cb Color Hex

#E0D8CB
(224,216,203)
0 Favorites   0 Comments

Color spaces of #e0d8cb

RGB 224216203
HSL0.100.250.84
HSV37°88°
CMYK 0.000.040.09   0.12
XYZ66.075869.270866.3879
Yxy69.27080.32750.3434
Hunter Lab83.2291-3.939210.9675
CIE-Lab86.63800.52797.3697

#e0d8cb color RGB value is (224,216,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011000 11001011
Octal 340 330 313
Decimal 224 216 203
Hex E0 D8 CB

RGB Percentages of Color #e0d8cb

%34.84
%33.59
%31.57

CMYK Percentages of Color #e0d8cb

%0
%4
%9
%12

Triadic Colors of #e0d8cb

#e0d8cb #cbe0d8 #d8cbe0

Analogous Colors of #e0d8cb

#e0d8cb #dee0cb #e0cecb

Monochromatic Colors of #e0d8cb

#e0d8cb

Complementary Color

#e0d8cb #cbd3e0

#e0d8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0d8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0d8cb Color CSS Codes

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

#e0d8cb Text Font Color

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

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


#e0d8cb Background Color

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

This div background color is #e0d8cb


#e0d8cb Border Color

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

This div border color is #e0d8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d8cb


Comments

No comments written yet.

Please login to write comment.