Color Hex Logo

#e2cccc Color Hex

#E2CCCC
(226,204,204)
0 Favorites   0 Comments

Color spaces of #e2cccc

RGB 226204204
HSL0.000.280.84
HSV10°89°
CMYK 0.000.100.10   0.11
XYZ63.856063.714166.0592
Yxy63.71410.32980.3291
Hunter Lab79.82113.11116.8069
CIE-Lab83.81677.67192.7857

#e2cccc color RGB value is (226,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 11001100
Octal 342 314 314
Decimal 226 204 204
Hex E2 CC CC

RGB Percentages of Color #e2cccc

%35.65
%32.18
%32.18

CMYK Percentages of Color #e2cccc

%0
%10
%10
%11

Triadic Colors of #e2cccc

#e2cccc #cce2cc #cccce2

Analogous Colors of #e2cccc

#e2cccc #e2d7cc #e2ccd7

Monochromatic Colors of #e2cccc

#e2cccc

Complementary Color

#e2cccc #cce2e2

#e2cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cccc Color CSS Codes

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

#e2cccc Text Font Color

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

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


#e2cccc Background Color

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

This div background color is #e2cccc


#e2cccc Border Color

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

This div border color is #e2cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cccc

#e2cccc Color Palettes


Comments

No comments written yet.

Please login to write comment.