Color Hex Logo

#adad4a Color Hex

#ADAD4A
(173,173,74)
0 Favorites   0 Comments

Color spaces of #adad4a

RGB 17317374
HSL0.170.400.48
HSV60°57°68°
CMYK 0.000.000.57   0.32
XYZ33.413239.265812.2966
Yxy39.26580.39320.4621
Hunter Lab62.6624-14.478532.2289
CIE-Lab68.9434-13.252949.7811

#adad4a color RGB value is (173,173,74).

#adad4a hex color red value is 173, green value is 173 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #adad4a hue: 0.17 , saturation: 0.40 and the lightness value of adad4a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 01001010
Octal 255 255 112
Decimal 173 173 74
Hex AD AD 4A

RGB Percentages of Color #adad4a

%41.19
%41.19
%17.62

CMYK Percentages of Color #adad4a

%0
%0
%57
%32

Triadic Colors of #adad4a

#adad4a #4aadad #ad4aad

Analogous Colors of #adad4a

#adad4a #7cad4a #ad7c4a

Monochromatic Colors of #adad4a

#adad4a

Complementary Color

#adad4a #4a4aad

#adad4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad4a Color CSS Codes

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

#adad4a Text Font Color

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

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


#adad4a Background Color

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

This div background color is #adad4a


#adad4a Border Color

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

This div border color is #adad4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad4a


Comments

No comments written yet.

Please login to write comment.