Color Hex Logo

#aaaaad Color Hex

#AAAAAD
(170,170,173)
0 Favorites   0 Comments

Color spaces of #aaaaad

RGB 170170173
HSL0.670.020.67
HSV240°68°
CMYK 0.020.020.00   0.32
XYZ38.495140.312645.2874
Yxy40.31260.31020.3249
Hunter Lab63.4922-2.88742.1545
CIE-Lab69.69160.5749-1.5476

#aaaaad color RGB value is (170,170,173).

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

The process color (four color CMYK) of #aaaaad color hex is 0.02, 0.02, 0.00, 0.32. Web safe color of #aaaaad is #999999. Color #aaaaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 10101101
Octal 252 252 255
Decimal 170 170 173
Hex AA AA AD

RGB Percentages of Color #aaaaad

%33.14
%33.14
%33.72

CMYK Percentages of Color #aaaaad

%2
%2
%0
%32

Triadic Colors of #aaaaad

#aaaaad #adaaaa #aaadaa

Analogous Colors of #aaaaad

#aaaaad #acaaad #aaacad

Monochromatic Colors of #aaaaad

#aaaaad

Complementary Color

#aaaaad #adadaa

#aaaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaad Color CSS Codes

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

#aaaaad Text Font Color

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

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


#aaaaad Background Color

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

This div background color is #aaaaad


#aaaaad Border Color

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

This div border color is #aaaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaad

#aaaaad Color Palettes


Comments

No comments written yet.

Please login to write comment.