Color Hex Logo

#adaa3a Color Hex

#ADAA3A
(173,170,58)
0 Favorites   0 Comments

Color spaces of #adaa3a

RGB 17317058
HSL0.160.500.45
HSV58°66°68°
CMYK 0.000.020.66   0.32
XYZ32.372037.93929.6198
Yxy37.93920.40500.4746
Hunter Lab61.5948-13.977833.8565
CIE-Lab67.9758-12.786455.7089

#adaa3a color RGB value is (173,170,58).

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

The process color (four color CMYK) of #adaa3a color hex is 0.00, 0.02, 0.66, 0.32. Web safe color of #adaa3a is #999933. Color #adaa3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 00111010
Octal 255 252 72
Decimal 173 170 58
Hex AD AA 3A

RGB Percentages of Color #adaa3a

%43.14
%42.39
%14.46

CMYK Percentages of Color #adaa3a

%0
%2
%66
%32

Triadic Colors of #adaa3a

#adaa3a #3aadaa #aa3aad

Analogous Colors of #adaa3a

#adaa3a #77ad3a #ad713a

Monochromatic Colors of #adaa3a

#adaa3a

Complementary Color

#adaa3a #3a3dad

#adaa3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa3a Color CSS Codes

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

#adaa3a Text Font Color

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

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


#adaa3a Background Color

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

This div background color is #adaa3a


#adaa3a Border Color

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

This div border color is #adaa3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa3a


Comments

No comments written yet.

Please login to write comment.