Color Hex Logo

#adaa73 Color Hex

#ADAA73
(173,170,115)
0 Favorites   0 Comments

Color spaces of #adaa73

RGB 173170115
HSL0.160.260.56
HSV57°34°68°
CMYK 0.000.020.34   0.32
XYZ34.702838.871521.8936
Yxy38.87150.36350.4072
Hunter Lab62.3470-9.752922.8228
CIE-Lab68.6581-7.540528.7924

#adaa73 color RGB value is (173,170,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01110011
Octal 255 252 163
Decimal 173 170 115
Hex AD AA 73

RGB Percentages of Color #adaa73

%37.77
%37.12
%25.11

CMYK Percentages of Color #adaa73

%0
%2
%34
%32

Triadic Colors of #adaa73

#adaa73 #73adaa #aa73ad

Analogous Colors of #adaa73

#adaa73 #93ad73 #ad8d73

Monochromatic Colors of #adaa73

#adaa73

Complementary Color

#adaa73 #7376ad

#adaa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa73 Color CSS Codes

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

#adaa73 Text Font Color

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

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


#adaa73 Background Color

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

This div background color is #adaa73


#adaa73 Border Color

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

This div border color is #adaa73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa73


Comments

No comments written yet.

Please login to write comment.