Color Hex Logo

#aaabab Color Hex

#AAABAB
(170,171,171)
0 Favorites   0 Comments

Color spaces of #aaabab

RGB 170171171
HSL0.500.010.67
HSV180°67°
CMYK 0.010.000.00   0.33
XYZ38.491240.612144.3383
Yxy40.61210.31180.3290
Hunter Lab63.7276-3.71013.3585
CIE-Lab69.9033-0.3501-0.1323

#aaabab color RGB value is (170,171,171).

#aaabab hex color red value is 170, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aaabab hue: 0.50 , saturation: 0.01 and the lightness value of aaabab is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 10101011
Octal 252 253 253
Decimal 170 171 171
Hex AA AB AB

RGB Percentages of Color #aaabab

%33.20
%33.40
%33.40

CMYK Percentages of Color #aaabab

%1
%0
%0
%33

Triadic Colors of #aaabab

#aaabab #abaaab #ababaa

Monochromatic Colors of #aaabab

#aaabab

Complementary Color

#aaabab #abaaaa

#aaabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabab Color CSS Codes

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

#aaabab Text Font Color

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

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


#aaabab Background Color

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

This div background color is #aaabab


#aaabab Border Color

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

This div border color is #aaabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabab

#aaabab Color Palettes


Comments

No comments written yet.

Please login to write comment.