Color Hex Logo

#e0dcce Color Hex

#E0DCCE
(224,220,206)
0 Favorites   0 Comments

Color spaces of #e0dcce

RGB 224220206
HSL0.130.230.84
HSV47°88°
CMYK 0.000.020.08   0.12
XYZ67.474271.489968.6352
Yxy71.48990.32500.3444
Hunter Lab84.5517-5.518411.0573
CIE-Lab87.7225-1.04387.3471

#e0dcce color RGB value is (224,220,206).

#e0dcce hex color red value is 224, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e0dcce hue: 0.13 , saturation: 0.23 and the lightness value of e0dcce is 0.84.

The process color (four color CMYK) of #e0dcce color hex is 0.00, 0.02, 0.08, 0.12. Web safe color of #e0dcce is #cccccc. Color #e0dcce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011100 11001110
Octal 340 334 316
Decimal 224 220 206
Hex E0 DC CE

RGB Percentages of Color #e0dcce

%34.46
%33.85
%31.69

CMYK Percentages of Color #e0dcce

%0
%2
%8
%12

Triadic Colors of #e0dcce

#e0dcce #cee0dc #dccee0

Analogous Colors of #e0dcce

#e0dcce #dbe0ce #e0d3ce

Monochromatic Colors of #e0dcce

#e0dcce

Complementary Color

#e0dcce #ced2e0

#e0dcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dcce Color CSS Codes

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

#e0dcce Text Font Color

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

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


#e0dcce Background Color

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

This div background color is #e0dcce


#e0dcce Border Color

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

This div border color is #e0dcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dcce


Comments

No comments written yet.

Please login to write comment.