Color Hex Logo

#aaadaa Color Hex

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

Color spaces of #aaadaa

RGB 170173170
HSL0.330.020.67
HSV120°68°
CMYK 0.020.000.02   0.32
XYZ38.776841.335543.9650
Yxy41.33550.31250.3331
Hunter Lab64.2927-4.85364.4609
CIE-Lab70.4103-1.62301.1591

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

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

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

Base Numbers

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

RGB Percentages of Color #aaadaa

%33.14
%33.72
%33.14

CMYK Percentages of Color #aaadaa

%2
%0
%2
%32

Triadic Colors of #aaadaa

#aaadaa #aaaaad #adaaaa

Analogous Colors of #aaadaa

#aaadaa #aaadac #acadaa

Monochromatic Colors of #aaadaa

#aaadaa

Complementary Color

#aaadaa #adaaad

#aaadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadaa Color CSS Codes

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

#aaadaa Text Font Color

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

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


#aaadaa Background Color

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

This div background color is #aaadaa


#aaadaa Border Color

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

This div border color is #aaadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadaa


Comments

No comments written yet.

Please login to write comment.