Color Hex Logo

#adad20 Color Hex

#ADAD20
(173,173,32)
0 Favorites   0 Comments

Color spaces of #adad20

RGB 17317332
HSL0.170.690.40
HSV60°82°68°
CMYK 0.000.000.82   0.32
XYZ32.437938.87577.1606
Yxy38.87570.41340.4954
Hunter Lab62.3504-16.248236.8361
CIE-Lab68.6611-15.503765.2390

#adad20 color RGB value is (173,173,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 00100000
Octal 255 255 40
Decimal 173 173 32
Hex AD AD 20

RGB Percentages of Color #adad20

%45.77
%45.77
%8.47

CMYK Percentages of Color #adad20

%0
%0
%82
%32

Triadic Colors of #adad20

#adad20 #20adad #ad20ad

Analogous Colors of #adad20

#adad20 #67ad20 #ad6720

Monochromatic Colors of #adad20

#adad20

Complementary Color

#adad20 #2020ad

#adad20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adad20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adad20 Color CSS Codes

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

#adad20 Text Font Color

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

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


#adad20 Background Color

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

This div background color is #adad20


#adad20 Border Color

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

This div border color is #adad20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adad20


Comments

No comments written yet.

Please login to write comment.