Color Hex Logo

#e0cace Color Hex

#E0CACE
(224,202,206)
0 Favorites   0 Comments

Color spaces of #e0cace

RGB 224202206
HSL0.970.260.84
HSV349°10°88°
CMYK 0.000.100.08   0.12
XYZ63.001662.544667.1443
Yxy62.54460.32700.3246
Hunter Lab79.08513.79955.0216
CIE-Lab83.20228.35870.8042

#e0cace color RGB value is (224,202,206).

#e0cace hex color red value is 224, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e0cace hue: 0.97 , saturation: 0.26 and the lightness value of e0cace is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 11001110
Octal 340 312 316
Decimal 224 202 206
Hex E0 CA CE

RGB Percentages of Color #e0cace

%35.44
%31.96
%32.59

CMYK Percentages of Color #e0cace

%0
%10
%8
%12

Triadic Colors of #e0cace

#e0cace #cee0ca #cacee0

Analogous Colors of #e0cace

#e0cace #e0d1ca #e0cad9

Monochromatic Colors of #e0cace

#e0cace

Complementary Color

#e0cace #cae0dc

#e0cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cace Color CSS Codes

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

#e0cace Text Font Color

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

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


#e0cace Background Color

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

This div background color is #e0cace


#e0cace Border Color

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

This div border color is #e0cace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,202,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e0cace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cace


Comments

No comments written yet.

Please login to write comment.