Color Hex Logo

#a988ab Color Hex

#A988AB
(169,136,171)
0 Favorites   0 Comments

Color spaces of #a988ab

RGB 169136171
HSL0.820.170.60
HSV297°20°67°
CMYK 0.010.200.00   0.33
XYZ32.517028.983642.4086
Yxy28.98360.31290.2789
Hunter Lab53.836413.5996-9.0191
CIE-Lab60.767218.8058-13.7017

#a988ab color RGB value is (169,136,171).

#a988ab hex color red value is 169, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a988ab hue: 0.82 , saturation: 0.17 and the lightness value of a988ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 10101011
Octal 251 210 253
Decimal 169 136 171
Hex A9 88 AB

RGB Percentages of Color #a988ab

%35.50
%28.57
%35.92

CMYK Percentages of Color #a988ab

%1
%20
%0
%33

Triadic Colors of #a988ab

#a988ab #aba988 #88aba9

Analogous Colors of #a988ab

#a988ab #ab889c #9888ab

Monochromatic Colors of #a988ab

#a988ab

Complementary Color

#a988ab #8aab88

#a988ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a988ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a988ab Color CSS Codes

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

#a988ab Text Font Color

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

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


#a988ab Background Color

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

This div background color is #a988ab


#a988ab Border Color

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

This div border color is #a988ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a988ab


Comments

No comments written yet.

Please login to write comment.