Color Hex Logo

#a0adad Color Hex

#A0ADAD
(160,173,173)
0 Favorites   0 Comments

Color spaces of #a0adad

RGB 160173173
HSL0.500.070.65
HSV180°68°
CMYK 0.080.000.00   0.32
XYZ36.983640.377945.3796
Yxy40.37790.30130.3290
Hunter Lab63.5436-7.31092.1386
CIE-Lab69.7378-4.5310-1.5691

#a0adad color RGB value is (160,173,173).

#a0adad hex color red value is 160, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a0adad hue: 0.50 , saturation: 0.07 and the lightness value of a0adad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 10101101
Octal 240 255 255
Decimal 160 173 173
Hex A0 AD AD

RGB Percentages of Color #a0adad

%31.62
%34.19
%34.19

CMYK Percentages of Color #a0adad

%8
%0
%0
%32

Triadic Colors of #a0adad

#a0adad #ada0ad #adada0

Analogous Colors of #a0adad

#a0adad #a0a7ad #a0ada7

Monochromatic Colors of #a0adad

#a0adad

Complementary Color

#a0adad #ada0a0

#a0adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adad Color CSS Codes

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

#a0adad Text Font Color

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

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


#a0adad Background Color

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

This div background color is #a0adad


#a0adad Border Color

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

This div border color is #a0adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adad


Comments

No comments written yet.

Please login to write comment.