Color Hex Logo

#adaa3f Color Hex

#ADAA3F
(173,170,63)
0 Favorites   0 Comments

Color spaces of #adaa3f

RGB 17317063
HSL0.160.470.46
HSV58°64°68°
CMYK 0.000.020.64   0.32
XYZ32.505537.992610.3227
Yxy37.99260.40220.4701
Hunter Lab61.6381-13.732933.2172
CIE-Lab68.0152-12.476853.6580

#adaa3f color RGB value is (173,170,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 00111111
Octal 255 252 77
Decimal 173 170 63
Hex AD AA 3F

RGB Percentages of Color #adaa3f

%42.61
%41.87
%15.52

CMYK Percentages of Color #adaa3f

%0
%2
%64
%32

Triadic Colors of #adaa3f

#adaa3f #3fadaa #aa3fad

Analogous Colors of #adaa3f

#adaa3f #79ad3f #ad733f

Monochromatic Colors of #adaa3f

#adaa3f

Complementary Color

#adaa3f #3f42ad

#adaa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa3f Color CSS Codes

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

#adaa3f Text Font Color

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

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


#adaa3f Background Color

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

This div background color is #adaa3f


#adaa3f Border Color

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

This div border color is #adaa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa3f


Comments

No comments written yet.

Please login to write comment.