Color Hex Logo

#e8cacc Color Hex

#E8CACC
(232,202,204)
0 Favorites   0 Comments

Color spaces of #e8cacc

RGB 232202204
HSL0.990.390.85
HSV356°13°91°
CMYK 0.000.130.12   0.09
XYZ65.298363.756565.9914
Yxy63.75650.33480.3269
Hunter Lab79.84776.24146.8922
CIE-Lab83.838810.84902.8819

#e8cacc color RGB value is (232,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001010 11001100
Octal 350 312 314
Decimal 232 202 204
Hex E8 CA CC

RGB Percentages of Color #e8cacc

%36.36
%31.66
%31.97

CMYK Percentages of Color #e8cacc

%0
%13
%12
%9

Triadic Colors of #e8cacc

#e8cacc #cce8ca #cacce8

Analogous Colors of #e8cacc

#e8cacc #e8d7ca #e8cadb

Monochromatic Colors of #e8cacc

#e8cacc

Complementary Color

#e8cacc #cae8e6

#e8cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cacc Color CSS Codes

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

#e8cacc Text Font Color

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

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


#e8cacc Background Color

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

This div background color is #e8cacc


#e8cacc Border Color

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

This div border color is #e8cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cacc


Comments

No comments written yet.

Please login to write comment.