Color Hex Logo

#adaa5f Color Hex

#ADAA5F
(173,170,95)
0 Favorites   0 Comments

Color spaces of #adaa5f

RGB 17317095
HSL0.160.320.53
HSV58°45°68°
CMYK 0.000.020.45   0.32
XYZ33.673938.459916.4752
Yxy38.45990.38000.4340
Hunter Lab62.0160-11.604927.6602
CIE-Lab68.3582-9.815338.8706

#adaa5f color RGB value is (173,170,95).

#adaa5f hex color red value is 173, green value is 170 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #adaa5f hue: 0.16 , saturation: 0.32 and the lightness value of adaa5f is 0.53.

The process color (four color CMYK) of #adaa5f color hex is 0.00, 0.02, 0.45, 0.32. Web safe color of #adaa5f is #999966. Color #adaa5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01011111
Octal 255 252 137
Decimal 173 170 95
Hex AD AA 5F

RGB Percentages of Color #adaa5f

%39.50
%38.81
%21.69

CMYK Percentages of Color #adaa5f

%0
%2
%45
%32

Triadic Colors of #adaa5f

#adaa5f #5fadaa #aa5fad

Analogous Colors of #adaa5f

#adaa5f #89ad5f #ad835f

Monochromatic Colors of #adaa5f

#adaa5f

Complementary Color

#adaa5f #5f62ad

#adaa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa5f Color CSS Codes

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

#adaa5f Text Font Color

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

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


#adaa5f Background Color

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

This div background color is #adaa5f


#adaa5f Border Color

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

This div border color is #adaa5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,170,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adaa5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa5f


Comments

No comments written yet.

Please login to write comment.