Color Hex Logo

#ec9cac Color Hex

#EC9CAC
(236,156,172)
0 Favorites   0 Comments

Color spaces of #ec9cac

RGB 236156172
HSL0.970.680.77
HSV348°34°93°
CMYK 0.000.340.27   0.07
XYZ53.926944.588444.7939
Yxy44.58840.37630.3111
Hunter Lab66.774527.30056.9691
CIE-Lab72.620031.94594.0457

#ec9cac color RGB value is (236,156,172).

#ec9cac hex color red value is 236, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ec9cac hue: 0.97 , saturation: 0.68 and the lightness value of ec9cac is 0.77.

The process color (four color CMYK) of #ec9cac color hex is 0.00, 0.34, 0.27, 0.07. Web safe color of #ec9cac is #ff9999. Color #ec9cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011100 10101100
Octal 354 234 254
Decimal 236 156 172
Hex EC 9C AC

RGB Percentages of Color #ec9cac

%41.84
%27.66
%30.50

CMYK Percentages of Color #ec9cac

%0
%34
%27
%7

Triadic Colors of #ec9cac

#ec9cac #acec9c #9cacec

Analogous Colors of #ec9cac

#ec9cac #ecb49c #ec9cd4

Monochromatic Colors of #ec9cac

#ec9cac

Complementary Color

#ec9cac #9cecdc

#ec9cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9cac Color CSS Codes

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

#ec9cac Text Font Color

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

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


#ec9cac Background Color

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

This div background color is #ec9cac


#ec9cac Border Color

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

This div border color is #ec9cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9cac


Comments

No comments written yet.

Please login to write comment.