Color Hex Logo

#a59dad Color Hex

#A59DAD
(165,157,173)
0 Favorites   0 Comments

Color spaces of #a59dad

RGB 165157173
HSL0.750.090.65
HSV270°68°
CMYK 0.050.090.00   0.32
XYZ35.116835.130444.4652
Yxy35.13040.30610.3062
Hunter Lab59.27092.0335-2.9899
CIE-Lab65.85015.9785-7.2619

#a59dad color RGB value is (165,157,173).

#a59dad hex color red value is 165, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a59dad hue: 0.75 , saturation: 0.09 and the lightness value of a59dad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011101 10101101
Octal 245 235 255
Decimal 165 157 173
Hex A5 9D AD

RGB Percentages of Color #a59dad

%33.33
%31.72
%34.95

CMYK Percentages of Color #a59dad

%5
%9
%0
%32

Triadic Colors of #a59dad

#a59dad #ada59d #9dada5

Analogous Colors of #a59dad

#a59dad #ad9dad #9d9dad

Monochromatic Colors of #a59dad

#a59dad

Complementary Color

#a59dad #a5ad9d

#a59dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59dad Color CSS Codes

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

#a59dad Text Font Color

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

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


#a59dad Background Color

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

This div background color is #a59dad


#a59dad Border Color

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

This div border color is #a59dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59dad

#a59dad Color Palettes


Comments

No comments written yet.

Please login to write comment.