Color Hex Logo

#adaa3e Color Hex

#ADAA3E
(173,170,62)
0 Favorites   0 Comments

Color spaces of #adaa3e

RGB 17317062
HSL0.160.470.46
HSV58°64°68°
CMYK 0.000.020.64   0.32
XYZ32.477837.981510.1768
Yxy37.98150.40280.4710
Hunter Lab61.6291-13.783733.3499
CIE-Lab68.0070-12.540954.0756

#adaa3e color RGB value is (173,170,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 00111110
Octal 255 252 76
Decimal 173 170 62
Hex AD AA 3E

RGB Percentages of Color #adaa3e

%42.72
%41.98
%15.31

CMYK Percentages of Color #adaa3e

%0
%2
%64
%32

Triadic Colors of #adaa3e

#adaa3e #3eadaa #aa3ead

Analogous Colors of #adaa3e

#adaa3e #79ad3e #ad733e

Monochromatic Colors of #adaa3e

#adaa3e

Complementary Color

#adaa3e #3e41ad

#adaa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa3e Color CSS Codes

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

#adaa3e Text Font Color

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

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


#adaa3e Background Color

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

This div background color is #adaa3e


#adaa3e Border Color

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

This div border color is #adaa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa3e


Comments

No comments written yet.

Please login to write comment.