Color Hex Logo

#e5dccc Color Hex

#E5DCCC
(229,220,204)
0 Favorites   0 Comments

Color spaces of #e5dccc

RGB 229220204
HSL0.110.320.85
HSV38°11°90°
CMYK 0.000.040.11   0.10
XYZ68.805472.204067.4371
Yxy72.20400.33010.3464
Hunter Lab84.9729-4.165312.4267
CIE-Lab88.06670.38678.9442

#e5dccc color RGB value is (229,220,204).

#e5dccc hex color red value is 229, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e5dccc hue: 0.11 , saturation: 0.32 and the lightness value of e5dccc is 0.85.

The process color (four color CMYK) of #e5dccc color hex is 0.00, 0.04, 0.11, 0.10. Web safe color of #e5dccc is #cccccc. Color #e5dccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11011100 11001100
Octal 345 334 314
Decimal 229 220 204
Hex E5 DC CC

RGB Percentages of Color #e5dccc

%35.07
%33.69
%31.24

CMYK Percentages of Color #e5dccc

%0
%4
%11
%10

Triadic Colors of #e5dccc

#e5dccc #cce5dc #dccce5

Analogous Colors of #e5dccc

#e5dccc #e2e5cc #e5d0cc

Monochromatic Colors of #e5dccc

#e5dccc

Complementary Color

#e5dccc #ccd5e5

#e5dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5dccc Color CSS Codes

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

#e5dccc Text Font Color

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

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


#e5dccc Background Color

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

This div background color is #e5dccc


#e5dccc Border Color

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

This div border color is #e5dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5dccc


Comments

No comments written yet.

Please login to write comment.