Color Hex Logo

#e9cacc Color Hex

#E9CACC
(233,202,204)
0 Favorites   0 Comments

Color spaces of #e9cacc

RGB 233202204
HSL0.990.410.85
HSV356°13°91°
CMYK 0.000.130.12   0.09
XYZ65.623963.924366.0066
Yxy63.92430.33560.3269
Hunter Lab79.95276.59287.0188
CIE-Lab83.926311.20393.0197

#e9cacc color RGB value is (233,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001010 11001100
Octal 351 312 314
Decimal 233 202 204
Hex E9 CA CC

RGB Percentages of Color #e9cacc

%36.46
%31.61
%31.92

CMYK Percentages of Color #e9cacc

%0
%13
%12
%9

Triadic Colors of #e9cacc

#e9cacc #cce9ca #cacce9

Analogous Colors of #e9cacc

#e9cacc #e9d8ca #e9cadc

Monochromatic Colors of #e9cacc

#e9cacc

Complementary Color

#e9cacc #cae9e7

#e9cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cacc Color CSS Codes

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

#e9cacc Text Font Color

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

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


#e9cacc Background Color

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

This div background color is #e9cacc


#e9cacc Border Color

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

This div border color is #e9cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cacc


Comments

No comments written yet.

Please login to write comment.