Color Hex Logo

#aaadaf Color Hex

#AAADAF
(170,173,175)
0 Favorites   0 Comments

Color spaces of #aaadaf

RGB 170173175
HSL0.570.030.68
HSV204°69°
CMYK 0.030.010.00   0.31
XYZ39.259041.528346.5040
Yxy41.52830.30840.3262
Hunter Lab64.4425-4.03032.3239
CIE-Lab70.5445-0.6703-1.4022

#aaadaf color RGB value is (170,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10101111
Octal 252 255 257
Decimal 170 173 175
Hex AA AD AF

RGB Percentages of Color #aaadaf

%32.82
%33.40
%33.78

CMYK Percentages of Color #aaadaf

%3
%1
%0
%31

Triadic Colors of #aaadaf

#aaadaf #afaaad #adafaa

Analogous Colors of #aaadaf

#aaadaf #aaabaf #aaafaf

Monochromatic Colors of #aaadaf

#aaadaf

Complementary Color

#aaadaf #afacaa

#aaadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadaf Color CSS Codes

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

#aaadaf Text Font Color

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

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


#aaadaf Background Color

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

This div background color is #aaadaf


#aaadaf Border Color

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

This div border color is #aaadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadaf

#aaadaf Color Palettes


Comments

No comments written yet.

Please login to write comment.