Color Hex Logo

#e0cccd Color Hex

#E0CCCD
(224,204,205)
0 Favorites   0 Comments

Color spaces of #e0cccd

RGB 224204205
HSL0.990.240.84
HSV357°88°
CMYK 0.000.090.08   0.12
XYZ63.352863.440866.6639
Yxy63.44080.32750.3279
Hunter Lab79.64972.59056.1313
CIE-Lab83.67387.13472.0243

#e0cccd color RGB value is (224,204,205).

#e0cccd hex color red value is 224, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e0cccd hue: 0.99 , saturation: 0.24 and the lightness value of e0cccd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001100 11001101
Octal 340 314 315
Decimal 224 204 205
Hex E0 CC CD

RGB Percentages of Color #e0cccd

%35.39
%32.23
%32.39

CMYK Percentages of Color #e0cccd

%0
%9
%8
%12

Triadic Colors of #e0cccd

#e0cccd #cde0cc #cccde0

Analogous Colors of #e0cccd

#e0cccd #e0d5cc #e0ccd7

Monochromatic Colors of #e0cccd

#e0cccd

Complementary Color

#e0cccd #cce0df

#e0cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cccd Color CSS Codes

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

#e0cccd Text Font Color

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

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


#e0cccd Background Color

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

This div background color is #e0cccd


#e0cccd Border Color

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

This div border color is #e0cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cccd


Comments

No comments written yet.

Please login to write comment.