Color Hex Logo

#adad5b Color Hex

#ADAD5B
(173,173,91)
0 Favorites   0 Comments

Color spaces of #adad5b

RGB 17317391
HSL0.170.330.52
HSV60°47°68°
CMYK 0.000.000.47   0.32
XYZ34.065539.526715.7315
Yxy39.52670.38140.4425
Hunter Lab62.8703-13.304929.1735
CIE-Lab69.1311-11.780541.8315

#adad5b color RGB value is (173,173,91).

#adad5b hex color red value is 173, green value is 173 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #adad5b hue: 0.17 , saturation: 0.33 and the lightness value of adad5b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01011011
Octal 255 255 133
Decimal 173 173 91
Hex AD AD 5B

RGB Percentages of Color #adad5b

%39.59
%39.59
%20.82

CMYK Percentages of Color #adad5b

%0
%0
%47
%32

Triadic Colors of #adad5b

#adad5b #5badad #ad5bad

Analogous Colors of #adad5b

#adad5b #84ad5b #ad845b

Monochromatic Colors of #adad5b

#adad5b

Complementary Color

#adad5b #5b5bad

#adad5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad5b Color CSS Codes

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

#adad5b Text Font Color

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

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


#adad5b Background Color

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

This div background color is #adad5b


#adad5b Border Color

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

This div border color is #adad5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad5b


Comments

No comments written yet.

Please login to write comment.