Color Hex Logo

#adaaaa Color Hex

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

Color spaces of #adaaaa

RGB 173170170
HSL0.000.020.67
HSV68°
CMYK 0.000.020.02   0.32
XYZ38.864040.536043.8061
Yxy40.53600.31540.3290
Hunter Lab63.6679-2.45933.7736
CIE-Lab69.84961.07180.3706

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

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

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

Base Numbers

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

RGB Percentages of Color #adaaaa

%33.72
%33.14
%33.14

CMYK Percentages of Color #adaaaa

%0
%2
%2
%32

Triadic Colors of #adaaaa

#adaaaa #aaadaa #aaaaad

Analogous Colors of #adaaaa

#adaaaa #adacaa #adaaac

Monochromatic Colors of #adaaaa

#adaaaa

Complementary Color

#adaaaa #aaadad

#adaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaaa Color CSS Codes

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

#adaaaa Text Font Color

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

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


#adaaaa Background Color

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

This div background color is #adaaaa


#adaaaa Border Color

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

This div border color is #adaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaaa


Comments

No comments written yet.

Please login to write comment.