Color Hex Logo

#adaa5b Color Hex

#ADAA5B
(173,170,91)
0 Favorites   0 Comments

Color spaces of #adaa5b

RGB 17317091
HSL0.160.330.52
HSV58°47°68°
CMYK 0.000.020.47   0.32
XYZ33.496638.389015.5419
Yxy38.38900.38310.4391
Hunter Lab61.9589-11.926228.4988
CIE-Lab68.3063-10.213740.8329

#adaa5b color RGB value is (173,170,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01011011
Octal 255 252 133
Decimal 173 170 91
Hex AD AA 5B

RGB Percentages of Color #adaa5b

%39.86
%39.17
%20.97

CMYK Percentages of Color #adaa5b

%0
%2
%47
%32

Triadic Colors of #adaa5b

#adaa5b #5badaa #aa5bad

Analogous Colors of #adaa5b

#adaa5b #87ad5b #ad815b

Monochromatic Colors of #adaa5b

#adaa5b

Complementary Color

#adaa5b #5b5ead

#adaa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa5b Color CSS Codes

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

#adaa5b Text Font Color

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

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


#adaa5b Background Color

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

This div background color is #adaa5b


#adaa5b Border Color

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

This div border color is #adaa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa5b


Comments

No comments written yet.

Please login to write comment.