Color Hex Logo

#ecccd7 Color Hex

#ECCCD7
(236,204,215)
0 Favorites   0 Comments

Color spaces of #ecccd7

RGB 236204215
HSL0.940.460.86
HSV339°14°93°
CMYK 0.000.140.09   0.07
XYZ68.450765.924973.4070
Yxy65.92490.32940.3173
Hunter Lab81.19428.39463.2323
CIE-Lab84.958113.0131-1.3045

#ecccd7 color RGB value is (236,204,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 11010111
Octal 354 314 327
Decimal 236 204 215
Hex EC CC D7

RGB Percentages of Color #ecccd7

%36.03
%31.15
%32.82

CMYK Percentages of Color #ecccd7

%0
%14
%9
%7

Triadic Colors of #ecccd7

#ecccd7 #d7eccc #ccd7ec

Analogous Colors of #ecccd7

#ecccd7 #ecd1cc #eccce7

Monochromatic Colors of #ecccd7

#ecccd7

Complementary Color

#ecccd7 #ccece1

#ecccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccd7 Color CSS Codes

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

#ecccd7 Text Font Color

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

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


#ecccd7 Background Color

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

This div background color is #ecccd7


#ecccd7 Border Color

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

This div border color is #ecccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccd7


Comments

No comments written yet.

Please login to write comment.