Color Hex Logo

#e8dccc Color Hex

#E8DCCC
(232,220,204)
0 Favorites   0 Comments

Color spaces of #e8dccc

RGB 232220204
HSL0.100.380.85
HSV34°12°91°
CMYK 0.000.050.12   0.09
XYZ69.771072.701867.4823
Yxy72.70180.33230.3463
Hunter Lab85.2654-3.151212.7613
CIE-Lab88.30531.44879.3175

#e8dccc color RGB value is (232,220,204).

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

The process color (four color CMYK) of #e8dccc color hex is 0.00, 0.05, 0.12, 0.09. Web safe color of #e8dccc is #ffcccc. Color #e8dccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011100 11001100
Octal 350 334 314
Decimal 232 220 204
Hex E8 DC CC

RGB Percentages of Color #e8dccc

%35.37
%33.54
%31.10

CMYK Percentages of Color #e8dccc

%0
%5
%12
%9

Triadic Colors of #e8dccc

#e8dccc #cce8dc #dccce8

Analogous Colors of #e8dccc

#e8dccc #e6e8cc #e8cecc

Monochromatic Colors of #e8dccc

#e8dccc

Complementary Color

#e8dccc #ccd8e8

#e8dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dccc Color CSS Codes

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

#e8dccc Text Font Color

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

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


#e8dccc Background Color

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

This div background color is #e8dccc


#e8dccc Border Color

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

This div border color is #e8dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dccc


Comments

No comments written yet.

Please login to write comment.