Color Hex Logo

#ecccd2 Color Hex

#ECCCD2
(236,204,210)
0 Favorites   0 Comments

Color spaces of #ecccd2

RGB 236204210
HSL0.970.460.86
HSV349°14°93°
CMYK 0.000.140.11   0.07
XYZ67.817865.671770.0743
Yxy65.67170.33320.3226
Hunter Lab81.03817.56355.4581
CIE-Lab84.828712.18531.1675

#ecccd2 color RGB value is (236,204,210).

#ecccd2 hex color red value is 236, green value is 204 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ecccd2 hue: 0.97 , saturation: 0.46 and the lightness value of ecccd2 is 0.86.

The process color (four color CMYK) of #ecccd2 color hex is 0.00, 0.14, 0.11, 0.07. Web safe color of #ecccd2 is #ffcccc. Color #ecccd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 11010010
Octal 354 314 322
Decimal 236 204 210
Hex EC CC D2

RGB Percentages of Color #ecccd2

%36.31
%31.38
%32.31

CMYK Percentages of Color #ecccd2

%0
%14
%11
%7

Triadic Colors of #ecccd2

#ecccd2 #d2eccc #ccd2ec

Analogous Colors of #ecccd2

#ecccd2 #ecd6cc #eccce2

Monochromatic Colors of #ecccd2

#ecccd2

Complementary Color

#ecccd2 #ccece6

#ecccd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccd2 Color CSS Codes

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

#ecccd2 Text Font Color

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

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


#ecccd2 Background Color

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

This div background color is #ecccd2


#ecccd2 Border Color

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

This div border color is #ecccd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccd2


Comments

No comments written yet.

Please login to write comment.