Color Hex Logo

#ecc0ca Color Hex

#ECC0CA
(236,192,202)
0 Favorites   0 Comments

Color spaces of #ecc0ca

RGB 236192202
HSL0.960.540.84
HSV346°19°93°
CMYK 0.000.190.14   0.07
XYZ64.102459.796464.0404
Yxy59.79640.34110.3182
Hunter Lab77.328112.64625.0278
CIE-Lab81.727417.24000.9261

#ecc0ca color RGB value is (236,192,202).

#ecc0ca hex color red value is 236, green value is 192 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ecc0ca hue: 0.96 , saturation: 0.54 and the lightness value of ecc0ca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 11001010
Octal 354 300 312
Decimal 236 192 202
Hex EC C0 CA

RGB Percentages of Color #ecc0ca

%37.46
%30.48
%32.06

CMYK Percentages of Color #ecc0ca

%0
%19
%14
%7

Triadic Colors of #ecc0ca

#ecc0ca #caecc0 #c0caec

Analogous Colors of #ecc0ca

#ecc0ca #ecccc0 #ecc0e0

Monochromatic Colors of #ecc0ca

#ecc0ca

Complementary Color

#ecc0ca #c0ece2

#ecc0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc0ca Color CSS Codes

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

#ecc0ca Text Font Color

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

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


#ecc0ca Background Color

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

This div background color is #ecc0ca


#ecc0ca Border Color

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

This div border color is #ecc0ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,192,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 #ecc0ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc0ca


Comments

No comments written yet.

Please login to write comment.