Color Hex Logo

#adaa53 Color Hex

#ADAA53
(173,170,83)
0 Favorites   0 Comments

Color spaces of #adaa53

RGB 17317083
HSL0.160.350.50
HSV58°52°68°
CMYK 0.000.020.52   0.32
XYZ33.169638.258213.8200
Yxy38.25820.38910.4488
Hunter Lab61.8532-12.520130.0500
CIE-Lab68.2105-10.953644.6797

#adaa53 color RGB value is (173,170,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01010011
Octal 255 252 123
Decimal 173 170 83
Hex AD AA 53

RGB Percentages of Color #adaa53

%40.61
%39.91
%19.48

CMYK Percentages of Color #adaa53

%0
%2
%52
%32

Triadic Colors of #adaa53

#adaa53 #53adaa #aa53ad

Analogous Colors of #adaa53

#adaa53 #83ad53 #ad7d53

Monochromatic Colors of #adaa53

#adaa53

Complementary Color

#adaa53 #5356ad

#adaa53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa53 Color CSS Codes

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

#adaa53 Text Font Color

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

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


#adaa53 Background Color

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

This div background color is #adaa53


#adaa53 Border Color

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

This div border color is #adaa53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa53


Comments

No comments written yet.

Please login to write comment.