Color Hex Logo

#e2ccca Color Hex

#E2CCCA
(226,204,202)
0 Favorites   0 Comments

Color spaces of #e2ccca

RGB 226204202
HSL0.010.290.84
HSV11°89°
CMYK 0.000.100.11   0.11
XYZ63.617663.618864.8038
Yxy63.61880.33130.3313
Hunter Lab79.76142.78907.6616
CIE-Lab83.76697.34093.7793

#e2ccca color RGB value is (226,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 11001010
Octal 342 314 312
Decimal 226 204 202
Hex E2 CC CA

RGB Percentages of Color #e2ccca

%35.76
%32.28
%31.96

CMYK Percentages of Color #e2ccca

%0
%10
%11
%11

Triadic Colors of #e2ccca

#e2ccca #cae2cc #cccae2

Analogous Colors of #e2ccca

#e2ccca #e2d8ca #e2cad4

Monochromatic Colors of #e2ccca

#e2ccca

Complementary Color

#e2ccca #cae0e2

#e2ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ccca Color CSS Codes

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

#e2ccca Text Font Color

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

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


#e2ccca Background Color

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

This div background color is #e2ccca


#e2ccca Border Color

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

This div border color is #e2ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ccca


Comments

No comments written yet.

Please login to write comment.