Color Hex Logo

#adaaad Color Hex

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

Color spaces of #adaaad

RGB 173170173
HSL0.830.020.67
HSV300°68°
CMYK 0.000.020.00   0.32
XYZ39.151140.650845.3181
Yxy40.65080.31290.3249
Hunter Lab63.7580-1.96712.4883
CIE-Lab69.93061.6344-1.1693

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

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

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

Base Numbers

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

RGB Percentages of Color #adaaad

%33.53
%32.95
%33.53

CMYK Percentages of Color #adaaad

%0
%2
%0
%32

Triadic Colors of #adaaad

#adaaad #adadaa #aaadad

Analogous Colors of #adaaad

#adaaad #adaaac #acaaad

Monochromatic Colors of #adaaad

#adaaad

Complementary Color

#adaaad #aaadaa

#adaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaaad Color CSS Codes

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

#adaaad Text Font Color

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

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


#adaaad Background Color

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

This div background color is #adaaad


#adaaad Border Color

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

This div border color is #adaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaaad


Comments

No comments written yet.

Please login to write comment.