Color Hex Logo

#ec9cab Color Hex

#EC9CAB
(236,156,171)
0 Favorites   0 Comments

Color spaces of #ec9cab

RGB 236156171
HSL0.970.680.77
HSV349°34°93°
CMYK 0.000.340.28   0.07
XYZ53.831244.550144.2899
Yxy44.55010.37730.3123
Hunter Lab66.745927.15687.3796
CIE-Lab72.594731.81034.5619

#ec9cab color RGB value is (236,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011100 10101011
Octal 354 234 253
Decimal 236 156 171
Hex EC 9C AB

RGB Percentages of Color #ec9cab

%41.92
%27.71
%30.37

CMYK Percentages of Color #ec9cab

%0
%34
%28
%7

Triadic Colors of #ec9cab

#ec9cab #abec9c #9cabec

Analogous Colors of #ec9cab

#ec9cab #ecb59c #ec9cd3

Monochromatic Colors of #ec9cab

#ec9cab

Complementary Color

#ec9cab #9cecdd

#ec9cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9cab Color CSS Codes

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

#ec9cab Text Font Color

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

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


#ec9cab Background Color

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

This div background color is #ec9cab


#ec9cab Border Color

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

This div border color is #ec9cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9cab


Comments

No comments written yet.

Please login to write comment.