Color Hex Logo

#adaa49 Color Hex

#ADAA49
(173,170,73)
0 Favorites   0 Comments

Color spaces of #adaa49

RGB 17317073
HSL0.160.410.48
HSV58°58°68°
CMYK 0.000.020.58   0.32
XYZ32.810938.114711.9309
Yxy38.11470.39600.4600
Hunter Lab61.7371-13.174031.7580
CIE-Lab68.1051-11.772749.3038

#adaa49 color RGB value is (173,170,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01001001
Octal 255 252 111
Decimal 173 170 73
Hex AD AA 49

RGB Percentages of Color #adaa49

%41.59
%40.87
%17.55

CMYK Percentages of Color #adaa49

%0
%2
%58
%32

Triadic Colors of #adaa49

#adaa49 #49adaa #aa49ad

Analogous Colors of #adaa49

#adaa49 #7ead49 #ad7849

Monochromatic Colors of #adaa49

#adaa49

Complementary Color

#adaa49 #494cad

#adaa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa49 Color CSS Codes

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

#adaa49 Text Font Color

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

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


#adaa49 Background Color

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

This div background color is #adaa49


#adaa49 Border Color

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

This div border color is #adaa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa49


Comments

No comments written yet.

Please login to write comment.