Color Hex Logo

#a4adad Color Hex

#A4ADAD
(164,173,173)
0 Favorites   0 Comments

Color spaces of #a4adad

RGB 164173173
HSL0.500.050.66
HSV180°68°
CMYK 0.050.000.00   0.32
XYZ37.796240.796845.4177
Yxy40.79680.30480.3290
Hunter Lab63.8724-6.15012.5513
CIE-Lab70.0333-3.1505-1.1015

#a4adad color RGB value is (164,173,173).

#a4adad hex color red value is 164, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a4adad hue: 0.50 , saturation: 0.05 and the lightness value of a4adad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101101 10101101
Octal 244 255 255
Decimal 164 173 173
Hex A4 AD AD

RGB Percentages of Color #a4adad

%32.16
%33.92
%33.92

CMYK Percentages of Color #a4adad

%5
%0
%0
%32

Triadic Colors of #a4adad

#a4adad #ada4ad #adada4

Analogous Colors of #a4adad

#a4adad #a4a9ad #a4ada9

Monochromatic Colors of #a4adad

#a4adad

Complementary Color

#a4adad #ada4a4

#a4adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4adad Color CSS Codes

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

#a4adad Text Font Color

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

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


#a4adad Background Color

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

This div background color is #a4adad


#a4adad Border Color

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

This div border color is #a4adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4adad


Comments

No comments written yet.

Please login to write comment.