Color Hex Logo

#ecc5ca Color Hex

#ECC5CA
(236,197,202)
0 Favorites   0 Comments

Color spaces of #ecc5ca

RGB 236197202
HSL0.980.510.85
HSV352°17°93°
CMYK 0.000.170.14   0.07
XYZ65.219062.029664.4126
Yxy62.02960.34030.3236
Hunter Lab78.75899.98516.6411
CIE-Lab82.929214.59142.6741

#ecc5ca color RGB value is (236,197,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 11001010
Octal 354 305 312
Decimal 236 197 202
Hex EC C5 CA

RGB Percentages of Color #ecc5ca

%37.17
%31.02
%31.81

CMYK Percentages of Color #ecc5ca

%0
%17
%14
%7

Triadic Colors of #ecc5ca

#ecc5ca #caecc5 #c5caec

Analogous Colors of #ecc5ca

#ecc5ca #ecd4c5 #ecc5de

Monochromatic Colors of #ecc5ca

#ecc5ca

Complementary Color

#ecc5ca #c5ece7

#ecc5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc5ca Color CSS Codes

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

#ecc5ca Text Font Color

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

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


#ecc5ca Background Color

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

This div background color is #ecc5ca


#ecc5ca Border Color

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

This div border color is #ecc5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc5ca


Comments

No comments written yet.

Please login to write comment.