Color Hex Logo

#ecc9cf Color Hex

#ECC9CF
(236,201,207)
0 Favorites   0 Comments

Color spaces of #ecc9cf

RGB 236201207
HSL0.970.480.86
HSV350°15°93°
CMYK 0.000.150.12   0.07
XYZ66.741264.111167.8885
Yxy64.11110.33580.3226
Hunter Lab80.06948.66585.7783
CIE-Lab84.023613.27871.5938

#ecc9cf color RGB value is (236,201,207).

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

The process color (four color CMYK) of #ecc9cf color hex is 0.00, 0.15, 0.12, 0.07. Web safe color of #ecc9cf is #ffcccc. Color #ecc9cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 11001111
Octal 354 311 317
Decimal 236 201 207
Hex EC C9 CF

RGB Percentages of Color #ecc9cf

%36.65
%31.21
%32.14

CMYK Percentages of Color #ecc9cf

%0
%15
%12
%7

Triadic Colors of #ecc9cf

#ecc9cf #cfecc9 #c9cfec

Analogous Colors of #ecc9cf

#ecc9cf #ecd5c9 #ecc9e1

Monochromatic Colors of #ecc9cf

#ecc9cf

Complementary Color

#ecc9cf #c9ece6

#ecc9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc9cf Color CSS Codes

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

#ecc9cf Text Font Color

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

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


#ecc9cf Background Color

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

This div background color is #ecc9cf


#ecc9cf Border Color

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

This div border color is #ecc9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc9cf


Comments

No comments written yet.

Please login to write comment.