Color Hex Logo

#a8aaab Color Hex

#A8AAAB
(168,170,171)
0 Favorites   0 Comments

Color spaces of #a8aaab

RGB 168170171
HSL0.560.020.66
HSV200°67°
CMYK 0.020.010.00   0.33
XYZ37.873940.014644.2555
Yxy40.01460.31010.3276
Hunter Lab63.2571-3.82672.7999
CIE-Lab69.4799-0.5134-0.7699

#a8aaab color RGB value is (168,170,171).

#a8aaab hex color red value is 168, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a8aaab hue: 0.56 , saturation: 0.02 and the lightness value of a8aaab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101010 10101011
Octal 250 252 253
Decimal 168 170 171
Hex A8 AA AB

RGB Percentages of Color #a8aaab

%33.01
%33.40
%33.60

CMYK Percentages of Color #a8aaab

%2
%1
%0
%33

Triadic Colors of #a8aaab

#a8aaab #aba8aa #aaaba8

Analogous Colors of #a8aaab

#a8aaab #a8a9ab #a8abab

Monochromatic Colors of #a8aaab

#a8aaab

Complementary Color

#a8aaab #aba9a8

#a8aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aaab Color CSS Codes

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

#a8aaab Text Font Color

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

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


#a8aaab Background Color

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

This div background color is #a8aaab


#a8aaab Border Color

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

This div border color is #a8aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aaab


Comments

No comments written yet.

Please login to write comment.