Color Hex Logo

#e1cadc Color Hex

#E1CADC
(225,202,220)
0 Favorites   0 Comments

Color spaces of #e1cadc

RGB 225202220
HSL0.870.280.84
HSV313°10°88°
CMYK 0.000.100.02   0.12
XYZ65.090163.415976.5200
Yxy63.41590.31750.3093
Hunter Lab79.63416.5399-1.2276
CIE-Lab83.660711.1473-5.9861

#e1cadc color RGB value is (225,202,220).

#e1cadc hex color red value is 225, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e1cadc hue: 0.87 , saturation: 0.28 and the lightness value of e1cadc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001010 11011100
Octal 341 312 334
Decimal 225 202 220
Hex E1 CA DC

RGB Percentages of Color #e1cadc

%34.78
%31.22
%34.00

CMYK Percentages of Color #e1cadc

%0
%10
%2
%12

Triadic Colors of #e1cadc

#e1cadc #dce1ca #cadce1

Analogous Colors of #e1cadc

#e1cadc #e1cad1 #dbcae1

Monochromatic Colors of #e1cadc

#e1cadc

Complementary Color

#e1cadc #cae1cf

#e1cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cadc Color CSS Codes

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

#e1cadc Text Font Color

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

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


#e1cadc Background Color

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

This div background color is #e1cadc


#e1cadc Border Color

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

This div border color is #e1cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cadc


Comments

No comments written yet.

Please login to write comment.