Color Hex Logo

#e8ccca Color Hex

#E8CCCA
(232,204,202)
0 Favorites   0 Comments

Color spaces of #e8ccca

RGB 232204202
HSL0.010.390.85
HSV13°91°
CMYK 0.000.120.13   0.09
XYZ65.532264.605864.8934
Yxy64.60580.33600.3313
Hunter Lab80.37774.87058.3963
CIE-Lab84.28029.47284.5868

#e8ccca color RGB value is (232,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001100 11001010
Octal 350 314 312
Decimal 232 204 202
Hex E8 CC CA

RGB Percentages of Color #e8ccca

%36.36
%31.97
%31.66

CMYK Percentages of Color #e8ccca

%0
%12
%13
%9

Triadic Colors of #e8ccca

#e8ccca #cae8cc #cccae8

Analogous Colors of #e8ccca

#e8ccca #e8dbca #e8cad7

Monochromatic Colors of #e8ccca

#e8ccca

Complementary Color

#e8ccca #cae6e8

#e8ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ccca Color CSS Codes

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

#e8ccca Text Font Color

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

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


#e8ccca Background Color

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

This div background color is #e8ccca


#e8ccca Border Color

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

This div border color is #e8ccca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,204,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ccca


Comments

No comments written yet.

Please login to write comment.