Color Hex Logo

#e0cedc Color Hex

#E0CEDC
(224,206,220)
0 Favorites   0 Comments

Color spaces of #e0cedc

RGB 224206220
HSL0.870.230.84
HSV313°88°
CMYK 0.000.080.02   0.12
XYZ65.730065.157276.8224
Yxy65.15720.31650.3137
Hunter Lab80.72004.09190.0769
CIE-Lab84.56478.6905-4.6615

#e0cedc color RGB value is (224,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001110 11011100
Octal 340 316 334
Decimal 224 206 220
Hex E0 CE DC

RGB Percentages of Color #e0cedc

%34.46
%31.69
%33.85

CMYK Percentages of Color #e0cedc

%0
%8
%2
%12

Triadic Colors of #e0cedc

#e0cedc #dce0ce #cedce0

Analogous Colors of #e0cedc

#e0cedc #e0ced3 #dbcee0

Monochromatic Colors of #e0cedc

#e0cedc

Complementary Color

#e0cedc #cee0d2

#e0cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cedc Color CSS Codes

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

#e0cedc Text Font Color

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

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


#e0cedc Background Color

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

This div background color is #e0cedc


#e0cedc Border Color

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

This div border color is #e0cedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cedc


Comments

No comments written yet.

Please login to write comment.