Color Hex Logo

#adad53 Color Hex

#ADAD53
(173,173,83)
0 Favorites   0 Comments

Color spaces of #adad53

RGB 17317383
HSL0.170.350.50
HSV60°52°68°
CMYK 0.000.000.52   0.32
XYZ33.738539.395914.0096
Yxy39.39590.38720.4521
Hunter Lab62.7662-13.892230.7026
CIE-Lab69.0371-12.515345.6473

#adad53 color RGB value is (173,173,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01010011
Octal 255 255 123
Decimal 173 173 83
Hex AD AD 53

RGB Percentages of Color #adad53

%40.33
%40.33
%19.35

CMYK Percentages of Color #adad53

%0
%0
%52
%32

Triadic Colors of #adad53

#adad53 #53adad #ad53ad

Analogous Colors of #adad53

#adad53 #80ad53 #ad8053

Monochromatic Colors of #adad53

#adad53

Complementary Color

#adad53 #5353ad

#adad53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad53 Color CSS Codes

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

#adad53 Text Font Color

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

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


#adad53 Background Color

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

This div background color is #adad53


#adad53 Border Color

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

This div border color is #adad53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,173,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 #adad53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad53


Comments

No comments written yet.

Please login to write comment.