Color Hex Logo

#a9aabf Color Hex

#A9AABF
(169,170,191)
0 Favorites   0 Comments

Color spaces of #a9aabf

RGB 169170191
HSL0.660.150.71
HSV237°12°75°
CMYK 0.120.110.00   0.25
XYZ40.140940.946155.0779
Yxy40.94610.29480.3007
Hunter Lab63.9891-0.0065-6.2408
CIE-Lab70.13813.8487-10.8422

#a9aabf color RGB value is (169,170,191).

#a9aabf hex color red value is 169, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a9aabf hue: 0.66 , saturation: 0.15 and the lightness value of a9aabf is 0.71.

The process color (four color CMYK) of #a9aabf color hex is 0.12, 0.11, 0.00, 0.25. Web safe color of #a9aabf is #9999cc. Color #a9aabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101010 10111111
Octal 251 252 277
Decimal 169 170 191
Hex A9 AA BF

RGB Percentages of Color #a9aabf

%31.89
%32.08
%36.04

CMYK Percentages of Color #a9aabf

%12
%11
%0
%25

Triadic Colors of #a9aabf

#a9aabf #bfa9aa #aabfa9

Analogous Colors of #a9aabf

#a9aabf #b3a9bf #a9b5bf

Monochromatic Colors of #a9aabf

#a9aabf

Complementary Color

#a9aabf #bfbea9

#a9aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aabf Color CSS Codes

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

#a9aabf Text Font Color

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

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


#a9aabf Background Color

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

This div background color is #a9aabf


#a9aabf Border Color

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

This div border color is #a9aabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,170,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a9aabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aabf


Comments

No comments written yet.

Please login to write comment.