Color Hex Logo

#e0cad6 Color Hex

#E0CAD6
(224,202,214)
0 Favorites   0 Comments

Color spaces of #e0cad6

RGB 224202214
HSL0.910.260.84
HSV327°10°88°
CMYK 0.000.100.04   0.12
XYZ63.998662.943472.3945
Yxy62.94340.32110.3158
Hunter Lab79.33695.15091.4340
CIE-Lab83.41269.7395-3.1592

#e0cad6 color RGB value is (224,202,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 11010110
Octal 340 312 326
Decimal 224 202 214
Hex E0 CA D6

RGB Percentages of Color #e0cad6

%35.00
%31.56
%33.44

CMYK Percentages of Color #e0cad6

%0
%10
%4
%12

Triadic Colors of #e0cad6

#e0cad6 #d6e0ca #cad6e0

Analogous Colors of #e0cad6

#e0cad6 #e0cacb #dfcae0

Monochromatic Colors of #e0cad6

#e0cad6

Complementary Color

#e0cad6 #cae0d4

#e0cad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cad6 Color CSS Codes

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

#e0cad6 Text Font Color

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

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


#e0cad6 Background Color

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

This div background color is #e0cad6


#e0cad6 Border Color

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

This div border color is #e0cad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cad6


Comments

No comments written yet.

Please login to write comment.