Color Hex Logo

#ecc5ce Color Hex

#ECC5CE
(236,197,206)
0 Favorites   0 Comments

Color spaces of #ecc5ce

RGB 236197206
HSL0.960.510.85
HSV346°17°93°
CMYK 0.000.170.13   0.07
XYZ65.698962.221666.9398
Yxy62.22160.33720.3193
Hunter Lab78.880710.62964.9017
CIE-Lab83.031115.23090.6823

#ecc5ce color RGB value is (236,197,206).

#ecc5ce hex color red value is 236, green value is 197 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ecc5ce hue: 0.96 , saturation: 0.51 and the lightness value of ecc5ce is 0.85.

The process color (four color CMYK) of #ecc5ce color hex is 0.00, 0.17, 0.13, 0.07. Web safe color of #ecc5ce is #ffcccc. Color #ecc5ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 11001110
Octal 354 305 316
Decimal 236 197 206
Hex EC C5 CE

RGB Percentages of Color #ecc5ce

%36.93
%30.83
%32.24

CMYK Percentages of Color #ecc5ce

%0
%17
%13
%7

Triadic Colors of #ecc5ce

#ecc5ce #ceecc5 #c5ceec

Analogous Colors of #ecc5ce

#ecc5ce #ecd0c5 #ecc5e2

Monochromatic Colors of #ecc5ce

#ecc5ce

Complementary Color

#ecc5ce #c5ece3

#ecc5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc5ce Color CSS Codes

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

#ecc5ce Text Font Color

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

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


#ecc5ce Background Color

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

This div background color is #ecc5ce


#ecc5ce Border Color

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

This div border color is #ecc5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc5ce


Comments

No comments written yet.

Please login to write comment.