Color Hex Logo

#a988ac Color Hex

#A988AC
(169,136,172)
0 Favorites   0 Comments

Color spaces of #a988ac

RGB 169136172
HSL0.820.180.60
HSV295°21°67°
CMYK 0.020.210.00   0.33
XYZ32.612729.021942.9126
Yxy29.02190.31190.2776
Hunter Lab53.872013.7833-9.5180
CIE-Lab60.801019.0028-14.2198

#a988ac color RGB value is (169,136,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 10101100
Octal 251 210 254
Decimal 169 136 172
Hex A9 88 AC

RGB Percentages of Color #a988ac

%35.43
%28.51
%36.06

CMYK Percentages of Color #a988ac

%2
%21
%0
%33

Triadic Colors of #a988ac

#a988ac #aca988 #88aca9

Analogous Colors of #a988ac

#a988ac #ac889d #9788ac

Monochromatic Colors of #a988ac

#a988ac

Complementary Color

#a988ac #8bac88

#a988ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a988ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a988ac Color CSS Codes

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

#a988ac Text Font Color

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

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


#a988ac Background Color

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

This div background color is #a988ac


#a988ac Border Color

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

This div border color is #a988ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a988ac


Comments

No comments written yet.

Please login to write comment.