Color Hex Logo

#ec9aab Color Hex

#EC9AAB
(236,154,171)
0 Favorites   0 Comments

Color spaces of #ec9aab

RGB 236154171
HSL0.970.680.76
HSV348°35°93°
CMYK 0.000.350.28   0.07
XYZ53.498443.884344.1789
Yxy43.88430.37790.3100
Hunter Lab66.245228.22416.8312
CIE-Lab72.151132.86803.9211

#ec9aab color RGB value is (236,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011010 10101011
Octal 354 232 253
Decimal 236 154 171
Hex EC 9A AB

RGB Percentages of Color #ec9aab

%42.07
%27.45
%30.48

CMYK Percentages of Color #ec9aab

%0
%35
%28
%7

Triadic Colors of #ec9aab

#ec9aab #abec9a #9aabec

Analogous Colors of #ec9aab

#ec9aab #ecb29a #ec9ad4

Monochromatic Colors of #ec9aab

#ec9aab

Complementary Color

#ec9aab #9aecdb

#ec9aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9aab Color CSS Codes

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

#ec9aab Text Font Color

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

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


#ec9aab Background Color

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

This div background color is #ec9aab


#ec9aab Border Color

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

This div border color is #ec9aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9aab


Comments

No comments written yet.

Please login to write comment.