Color Hex Logo

#ea9cac Color Hex

#EA9CAC
(234,156,172)
0 Favorites   0 Comments

Color spaces of #ea9cac

RGB 234156172
HSL0.970.650.76
HSV348°33°92°
CMYK 0.000.330.26   0.08
XYZ53.266544.247944.7630
Yxy44.24790.37440.3110
Hunter Lab66.519126.52906.6651
CIE-Lab72.393931.22413.6900

#ea9cac color RGB value is (234,156,172).

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

The process color (four color CMYK) of #ea9cac color hex is 0.00, 0.33, 0.26, 0.08. Web safe color of #ea9cac is #ff9999. Color #ea9cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011100 10101100
Octal 352 234 254
Decimal 234 156 172
Hex EA 9C AC

RGB Percentages of Color #ea9cac

%41.64
%27.76
%30.60

CMYK Percentages of Color #ea9cac

%0
%33
%26
%8

Triadic Colors of #ea9cac

#ea9cac #acea9c #9cacea

Analogous Colors of #ea9cac

#ea9cac #eab39c #ea9cd3

Monochromatic Colors of #ea9cac

#ea9cac

Complementary Color

#ea9cac #9ceada

#ea9cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9cac Color CSS Codes

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

#ea9cac Text Font Color

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

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


#ea9cac Background Color

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

This div background color is #ea9cac


#ea9cac Border Color

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

This div border color is #ea9cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9cac


Comments

No comments written yet.

Please login to write comment.