Color Hex Logo

#aaafab Color Hex

#AAAFAB
(170,175,171)
0 Favorites   0 Comments

Color spaces of #aaafab

RGB 170175171
HSL0.370.030.68
HSV132°69°
CMYK 0.030.000.02   0.31
XYZ39.258242.146344.5940
Yxy42.14630.31160.3345
Hunter Lab64.9202-5.66874.7175
CIE-Lab70.9717-2.51421.4253

#aaafab color RGB value is (170,175,171).

#aaafab hex color red value is 170, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aaafab hue: 0.37 , saturation: 0.03 and the lightness value of aaafab is 0.68.

The process color (four color CMYK) of #aaafab color hex is 0.03, 0.00, 0.02, 0.31. Web safe color of #aaafab is #999999. Color #aaafab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 10101011
Octal 252 257 253
Decimal 170 175 171
Hex AA AF AB

RGB Percentages of Color #aaafab

%32.95
%33.91
%33.14

CMYK Percentages of Color #aaafab

%3
%0
%2
%31

Triadic Colors of #aaafab

#aaafab #abaaaf #afabaa

Analogous Colors of #aaafab

#aaafab #aaafae #acafaa

Monochromatic Colors of #aaafab

#aaafab

Complementary Color

#aaafab #afaaae

#aaafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafab Color CSS Codes

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

#aaafab Text Font Color

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

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


#aaafab Background Color

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

This div background color is #aaafab


#aaafab Border Color

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

This div border color is #aaafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafab


Comments

No comments written yet.

Please login to write comment.