Color Hex Logo

#ec9aaa Color Hex

#EC9AAA
(236,154,170)
0 Favorites   0 Comments

Color spaces of #ec9aaa

RGB 236154170
HSL0.970.680.76
HSV348°35°93°
CMYK 0.000.350.28   0.07
XYZ53.403443.846343.6787
Yxy43.84630.37890.3111
Hunter Lab66.216528.08077.2419
CIE-Lab72.125632.73314.4381

#ec9aaa color RGB value is (236,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011010 10101010
Octal 354 232 252
Decimal 236 154 170
Hex EC 9A AA

RGB Percentages of Color #ec9aaa

%42.14
%27.50
%30.36

CMYK Percentages of Color #ec9aaa

%0
%35
%28
%7

Triadic Colors of #ec9aaa

#ec9aaa #aaec9a #9aaaec

Analogous Colors of #ec9aaa

#ec9aaa #ecb39a #ec9ad3

Monochromatic Colors of #ec9aaa

#ec9aaa

Complementary Color

#ec9aaa #9aecdc

#ec9aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9aaa Color CSS Codes

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

#ec9aaa Text Font Color

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

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


#ec9aaa Background Color

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

This div background color is #ec9aaa


#ec9aaa Border Color

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

This div border color is #ec9aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9aaa


Comments

No comments written yet.

Please login to write comment.