Color Hex Logo

#aaa9bb Color Hex

#AAA9BB
(170,169,187)
1 Favorites   0 Comments

Color spaces of #aaa9bb

RGB 170169187
HSL0.680.120.70
HSV243°10°73°
CMYK 0.090.100.00   0.27
XYZ39.735240.509852.7386
Yxy40.50980.29880.3046
Hunter Lab63.64730.0553-4.5750
CIE-Lab69.83113.9041-9.0828

#aaa9bb color RGB value is (170,169,187).

#aaa9bb hex color red value is 170, green value is 169 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aaa9bb hue: 0.68 , saturation: 0.12 and the lightness value of aaa9bb is 0.70.

The process color (four color CMYK) of #aaa9bb color hex is 0.09, 0.10, 0.00, 0.27. Web safe color of #aaa9bb is #9999cc. Color #aaa9bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 10111011
Octal 252 251 273
Decimal 170 169 187
Hex AA A9 BB

RGB Percentages of Color #aaa9bb

%32.32
%32.13
%35.55

CMYK Percentages of Color #aaa9bb

%9
%10
%0
%27

Triadic Colors of #aaa9bb

#aaa9bb #bbaaa9 #a9bbaa

Analogous Colors of #aaa9bb

#aaa9bb #b3a9bb #a9b1bb

Monochromatic Colors of #aaa9bb

#aaa9bb

Complementary Color

#aaa9bb #babba9

#aaa9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa9bb Color CSS Codes

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

#aaa9bb Text Font Color

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

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


#aaa9bb Background Color

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

This div background color is #aaa9bb


#aaa9bb Border Color

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

This div border color is #aaa9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa9bb


Comments

No comments written yet.

Please login to write comment.