Color Hex Logo

#e8cecc Color Hex

#E8CECC
(232,206,204)
0 Favorites   0 Comments

Color spaces of #e8cecc

RGB 232206204
HSL0.010.380.85
HSV12°91°
CMYK 0.000.110.12   0.09
XYZ66.249165.658166.3083
Yxy65.65810.33420.3312
Hunter Lab81.02974.13808.2025
CIE-Lab84.82178.74354.3060

#e8cecc color RGB value is (232,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001110 11001100
Octal 350 316 314
Decimal 232 206 204
Hex E8 CE CC

RGB Percentages of Color #e8cecc

%36.14
%32.09
%31.78

CMYK Percentages of Color #e8cecc

%0
%11
%12
%9

Triadic Colors of #e8cecc

#e8cecc #cce8ce #cecce8

Analogous Colors of #e8cecc

#e8cecc #e8dccc #e8ccd8

Monochromatic Colors of #e8cecc

#e8cecc

Complementary Color

#e8cecc #cce6e8

#e8cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cecc Color CSS Codes

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

#e8cecc Text Font Color

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

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


#e8cecc Background Color

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

This div background color is #e8cecc


#e8cecc Border Color

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

This div border color is #e8cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cecc


Comments

No comments written yet.

Please login to write comment.