Color Hex Logo

#a889ac Color Hex

#A889AC
(168,137,172)
0 Favorites   0 Comments

Color spaces of #a889ac

RGB 168137172
HSL0.810.170.61
HSV293°20°67°
CMYK 0.020.200.00   0.33
XYZ32.540529.194742.9498
Yxy29.19470.31080.2789
Hunter Lab54.032112.9443-9.3068
CIE-Lab60.953118.0886-13.9998

#a889ac color RGB value is (168,137,172).

#a889ac hex color red value is 168, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a889ac hue: 0.81 , saturation: 0.17 and the lightness value of a889ac is 0.61.

The process color (four color CMYK) of #a889ac color hex is 0.02, 0.20, 0.00, 0.33. Web safe color of #a889ac is #999999. Color #a889ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 10101100
Octal 250 211 254
Decimal 168 137 172
Hex A8 89 AC

RGB Percentages of Color #a889ac

%35.22
%28.72
%36.06

CMYK Percentages of Color #a889ac

%2
%20
%0
%33

Triadic Colors of #a889ac

#a889ac #aca889 #89aca8

Analogous Colors of #a889ac

#a889ac #ac899f #9789ac

Monochromatic Colors of #a889ac

#a889ac

Complementary Color

#a889ac #8dac89

#a889ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a889ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a889ac Color CSS Codes

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

#a889ac Text Font Color

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

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


#a889ac Background Color

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

This div background color is #a889ac


#a889ac Border Color

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

This div border color is #a889ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a889ac


Comments

No comments written yet.

Please login to write comment.