Color Hex Logo

#ec9eab Color Hex

#EC9EAB
(236,158,171)
0 Favorites   0 Comments

Color spaces of #ec9eab

RGB 236158171
HSL0.970.670.77
HSV350°33°93°
CMYK 0.000.330.28   0.07
XYZ54.169645.226944.4027
Yxy45.22690.37670.3145
Hunter Lab67.250926.08987.9292
CIE-Lab73.041030.75135.2059

#ec9eab color RGB value is (236,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011110 10101011
Octal 354 236 253
Decimal 236 158 171
Hex EC 9E AB

RGB Percentages of Color #ec9eab

%41.77
%27.96
%30.27

CMYK Percentages of Color #ec9eab

%0
%33
%28
%7

Triadic Colors of #ec9eab

#ec9eab #abec9e #9eabec

Analogous Colors of #ec9eab

#ec9eab #ecb89e #ec9ed2

Monochromatic Colors of #ec9eab

#ec9eab

Complementary Color

#ec9eab #9eecdf

#ec9eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9eab Color CSS Codes

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

#ec9eab Text Font Color

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

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


#ec9eab Background Color

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

This div background color is #ec9eab


#ec9eab Border Color

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

This div border color is #ec9eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9eab


Comments

No comments written yet.

Please login to write comment.