Color Hex Logo

#ecc8ca Color Hex

#ECC8CA
(236,200,202)
0 Favorites   0 Comments

Color spaces of #ecc8ca

RGB 236200202
HSL0.990.490.85
HSV357°15°93°
CMYK 0.000.150.14   0.07
XYZ65.907063.405764.6420
Yxy63.40570.33980.3269
Hunter Lab79.62778.39417.6076
CIE-Lab83.655413.00643.7272

#ecc8ca color RGB value is (236,200,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 11001010
Octal 354 310 312
Decimal 236 200 202
Hex EC C8 CA

RGB Percentages of Color #ecc8ca

%36.99
%31.35
%31.66

CMYK Percentages of Color #ecc8ca

%0
%15
%14
%7

Triadic Colors of #ecc8ca

#ecc8ca #caecc8 #c8caec

Analogous Colors of #ecc8ca

#ecc8ca #ecd8c8 #ecc8dc

Monochromatic Colors of #ecc8ca

#ecc8ca

Complementary Color

#ecc8ca #c8ecea

#ecc8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc8ca Color CSS Codes

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

#ecc8ca Text Font Color

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

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


#ecc8ca Background Color

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

This div background color is #ecc8ca


#ecc8ca Border Color

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

This div border color is #ecc8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc8ca


Comments

No comments written yet.

Please login to write comment.