Color Hex Logo

#e0ccca Color Hex

#E0CCCA
(224,204,202)
0 Favorites   0 Comments

Color spaces of #e0ccca

RGB 224204202
HSL0.020.260.84
HSV10°88°
CMYK 0.000.090.10   0.12
XYZ62.994063.297364.7746
Yxy63.29730.32970.3313
Hunter Lab79.55962.10417.4199
CIE-Lab83.59866.63273.5143

#e0ccca color RGB value is (224,204,202).

#e0ccca hex color red value is 224, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e0ccca hue: 0.02 , saturation: 0.26 and the lightness value of e0ccca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001100 11001010
Octal 340 314 312
Decimal 224 204 202
Hex E0 CC CA

RGB Percentages of Color #e0ccca

%35.56
%32.38
%32.06

CMYK Percentages of Color #e0ccca

%0
%9
%10
%12

Triadic Colors of #e0ccca

#e0ccca #cae0cc #cccae0

Analogous Colors of #e0ccca

#e0ccca #e0d7ca #e0cad3

Monochromatic Colors of #e0ccca

#e0ccca

Complementary Color

#e0ccca #cadee0

#e0ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ccca Color CSS Codes

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

#e0ccca Text Font Color

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

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


#e0ccca Background Color

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

This div background color is #e0ccca


#e0ccca Border Color

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

This div border color is #e0ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ccca


Comments

No comments written yet.

Please login to write comment.