Color Hex Logo

#aaa6bf Color Hex

#AAA6BF
(170,166,191)
0 Favorites   0 Comments

Color spaces of #aaa6bf

RGB 170166191
HSL0.690.160.70
HSV250°13°75°
CMYK 0.110.130.00   0.25
XYZ39.617839.580154.8419
Yxy39.58010.29560.2953
Hunter Lab62.91272.3089-7.6450
CIE-Lab69.16946.3877-12.2845

#aaa6bf color RGB value is (170,166,191).

#aaa6bf hex color red value is 170, green value is 166 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aaa6bf hue: 0.69 , saturation: 0.16 and the lightness value of aaa6bf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10111111
Octal 252 246 277
Decimal 170 166 191
Hex AA A6 BF

RGB Percentages of Color #aaa6bf

%32.26
%31.50
%36.24

CMYK Percentages of Color #aaa6bf

%11
%13
%0
%25

Triadic Colors of #aaa6bf

#aaa6bf #bfaaa6 #a6bfaa

Analogous Colors of #aaa6bf

#aaa6bf #b7a6bf #a6afbf

Monochromatic Colors of #aaa6bf

#aaa6bf

Complementary Color

#aaa6bf #bbbfa6

#aaa6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa6bf Color CSS Codes

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

#aaa6bf Text Font Color

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

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


#aaa6bf Background Color

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

This div background color is #aaa6bf


#aaa6bf Border Color

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

This div border color is #aaa6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa6bf


Comments

No comments written yet.

Please login to write comment.