Color Hex Logo

#aaa8bb Color Hex

#AAA8BB
(170,168,187)
0 Favorites   0 Comments

Color spaces of #aaa8bb

RGB 170168187
HSL0.680.120.70
HSV246°10°73°
CMYK 0.090.100.00   0.27
XYZ39.549840.139252.6768
Yxy40.13920.29880.3032
Hunter Lab63.35550.5568-4.9477
CIE-Lab69.56864.4534-9.4741

#aaa8bb color RGB value is (170,168,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10111011
Octal 252 250 273
Decimal 170 168 187
Hex AA A8 BB

RGB Percentages of Color #aaa8bb

%32.38
%32.00
%35.62

CMYK Percentages of Color #aaa8bb

%9
%10
%0
%27

Triadic Colors of #aaa8bb

#aaa8bb #bbaaa8 #a8bbaa

Analogous Colors of #aaa8bb

#aaa8bb #b4a8bb #a8b0bb

Monochromatic Colors of #aaa8bb

#aaa8bb

Complementary Color

#aaa8bb #b9bba8

#aaa8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa8bb Color CSS Codes

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

#aaa8bb Text Font Color

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

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


#aaa8bb Background Color

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

This div background color is #aaa8bb


#aaa8bb Border Color

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

This div border color is #aaa8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa8bb


Comments

No comments written yet.

Please login to write comment.