Color Hex Logo

#aaafaf Color Hex

#AAAFAF
(170,175,175)
0 Favorites   0 Comments

Color spaces of #aaafaf

RGB 170175175
HSL0.500.030.68
HSV180°69°
CMYK 0.030.000.00   0.31
XYZ39.645442.301146.6328
Yxy42.30110.30830.3290
Hunter Lab65.0393-5.01223.0169
CIE-Lab71.0780-1.7524-0.6212

#aaafaf color RGB value is (170,175,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 10101111
Octal 252 257 257
Decimal 170 175 175
Hex AA AF AF

RGB Percentages of Color #aaafaf

%32.69
%33.65
%33.65

CMYK Percentages of Color #aaafaf

%3
%0
%0
%31

Triadic Colors of #aaafaf

#aaafaf #afaaaf #afafaa

Analogous Colors of #aaafaf

#aaafaf #aaadaf #aaafad

Monochromatic Colors of #aaafaf

#aaafaf

Complementary Color

#aaafaf #afaaaa

#aaafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafaf Color CSS Codes

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

#aaafaf Text Font Color

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

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


#aaafaf Background Color

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

This div background color is #aaafaf


#aaafaf Border Color

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

This div border color is #aaafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafaf


Comments

No comments written yet.

Please login to write comment.