Color Hex Logo

#adad32 Color Hex

#ADAD32
(173,173,50)
0 Favorites   0 Comments

Color spaces of #adad32

RGB 17317350
HSL0.170.550.44
HSV60°71°68°
CMYK 0.000.000.71   0.32
XYZ32.752939.00178.8194
Yxy39.00170.40650.4840
Hunter Lab62.4513-15.674735.3430
CIE-Lab68.7525-14.770259.5904

#adad32 color RGB value is (173,173,50).

#adad32 hex color red value is 173, green value is 173 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #adad32 hue: 0.17 , saturation: 0.55 and the lightness value of adad32 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00110010
Octal 255 255 62
Decimal 173 173 50
Hex AD AD 32

RGB Percentages of Color #adad32

%43.69
%43.69
%12.63

CMYK Percentages of Color #adad32

%0
%0
%71
%32

Triadic Colors of #adad32

#adad32 #32adad #ad32ad

Analogous Colors of #adad32

#adad32 #70ad32 #ad7032

Monochromatic Colors of #adad32

#adad32

Complementary Color

#adad32 #3232ad

#adad32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad32 Color CSS Codes

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

#adad32 Text Font Color

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

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


#adad32 Background Color

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

This div background color is #adad32


#adad32 Border Color

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

This div border color is #adad32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad32


Comments

No comments written yet.

Please login to write comment.