Color Hex Logo

#a5adad Color Hex

#A5ADAD
(165,173,173)
0 Favorites   0 Comments

Color spaces of #a5adad

RGB 165173173
HSL0.500.050.66
HSV180°68°
CMYK 0.050.000.00   0.32
XYZ38.003440.903645.4274
Yxy40.90360.30570.3290
Hunter Lab63.9559-5.85602.6559
CIE-Lab70.1083-2.8032-0.9828

#a5adad color RGB value is (165,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101101 10101101
Octal 245 255 255
Decimal 165 173 173
Hex A5 AD AD

RGB Percentages of Color #a5adad

%32.29
%33.86
%33.86

CMYK Percentages of Color #a5adad

%5
%0
%0
%32

Triadic Colors of #a5adad

#a5adad #ada5ad #adada5

Analogous Colors of #a5adad

#a5adad #a5a9ad #a5ada9

Monochromatic Colors of #a5adad

#a5adad

Complementary Color

#a5adad #ada5a5

#a5adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5adad Color CSS Codes

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

#a5adad Text Font Color

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

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


#a5adad Background Color

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

This div background color is #a5adad


#a5adad Border Color

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

This div border color is #a5adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5adad


Comments

No comments written yet.

Please login to write comment.