Color Hex Logo

#a7adad Color Hex

#A7ADAD
(167,173,173)
0 Favorites   0 Comments

Color spaces of #a7adad

RGB 167173173
HSL0.500.040.67
HSV180°68°
CMYK 0.030.000.00   0.32
XYZ38.422741.119845.4470
Yxy41.11980.30740.3290
Hunter Lab64.1247-5.26342.8668
CIE-Lab70.2598-2.1062-0.7432

#a7adad color RGB value is (167,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101101 10101101
Octal 247 255 255
Decimal 167 173 173
Hex A7 AD AD

RGB Percentages of Color #a7adad

%32.55
%33.72
%33.72

CMYK Percentages of Color #a7adad

%3
%0
%0
%32

Triadic Colors of #a7adad

#a7adad #ada7ad #adada7

Analogous Colors of #a7adad

#a7adad #a7aaad #a7adaa

Monochromatic Colors of #a7adad

#a7adad

Complementary Color

#a7adad #ada7a7

#a7adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7adad Color CSS Codes

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

#a7adad Text Font Color

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

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


#a7adad Background Color

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

This div background color is #a7adad


#a7adad Border Color

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

This div border color is #a7adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7adad


Comments

No comments written yet.

Please login to write comment.