Color Hex Logo

#aabbab Color Hex

#AABBAB
(170,187,171)
0 Favorites   0 Comments

Color spaces of #aabbab

RGB 170187171
HSL0.340.110.70
HSV124°73°
CMYK 0.090.000.09   0.27
XYZ41.698647.027045.4074
Yxy47.02700.31090.3506
Hunter Lab68.5762-11.46948.7448
CIE-Lab74.2070-8.89866.1059

#aabbab color RGB value is (170,187,171).

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

The process color (four color CMYK) of #aabbab color hex is 0.09, 0.00, 0.09, 0.27. Web safe color of #aabbab is #99cc99. Color #aabbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10101011
Octal 252 273 253
Decimal 170 187 171
Hex AA BB AB

RGB Percentages of Color #aabbab

%32.20
%35.42
%32.39

CMYK Percentages of Color #aabbab

%9
%0
%9
%27

Triadic Colors of #aabbab

#aabbab #abaabb #bbabaa

Analogous Colors of #aabbab

#aabbab #aabbb4 #b2bbaa

Monochromatic Colors of #aabbab

#aabbab

Complementary Color

#aabbab #bbaaba

#aabbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbab Color CSS Codes

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

#aabbab Text Font Color

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

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


#aabbab Background Color

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

This div background color is #aabbab


#aabbab Border Color

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

This div border color is #aabbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbab


Comments

No comments written yet.

Please login to write comment.