Color Hex Logo

#adac20 Color Hex

#ADAC20
(173,172,32)
0 Favorites   0 Comments

Color spaces of #adac20

RGB 17317232
HSL0.170.690.40
HSV60°82°68°
CMYK 0.000.010.82   0.32
XYZ32.246838.49367.0969
Yxy38.49360.41430.4945
Hunter Lab62.0432-15.800736.6483
CIE-Lab68.3828-14.991864.9993

#adac20 color RGB value is (173,172,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 00100000
Octal 255 254 40
Decimal 173 172 32
Hex AD AC 20

RGB Percentages of Color #adac20

%45.89
%45.62
%8.49

CMYK Percentages of Color #adac20

%0
%1
%82
%32

Triadic Colors of #adac20

#adac20 #20adac #ac20ad

Analogous Colors of #adac20

#adac20 #68ad20 #ad6620

Monochromatic Colors of #adac20

#adac20

Complementary Color

#adac20 #2021ad

#adac20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac20 Color CSS Codes

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

#adac20 Text Font Color

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

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


#adac20 Background Color

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

This div background color is #adac20


#adac20 Border Color

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

This div border color is #adac20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac20


Comments

No comments written yet.

Please login to write comment.