Color Hex Logo

#ada420 Color Hex

#ADA420
(173,164,32)
0 Favorites   0 Comments

Color spaces of #ada420

RGB 17316432
HSL0.160.690.40
HSV56°82°68°
CMYK 0.000.050.82   0.32
XYZ30.769835.53946.6046
Yxy35.53940.42200.4874
Hunter Lab59.6149-12.194735.1619
CIE-Lab66.1665-10.846163.0839

#ada420 color RGB value is (173,164,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00100000
Octal 255 244 40
Decimal 173 164 32
Hex AD A4 20

RGB Percentages of Color #ada420

%46.88
%44.44
%8.67

CMYK Percentages of Color #ada420

%0
%5
%82
%32

Triadic Colors of #ada420

#ada420 #20ada4 #a420ad

Analogous Colors of #ada420

#ada420 #70ad20 #ad5e20

Monochromatic Colors of #ada420

#ada420

Complementary Color

#ada420 #2029ad

#ada420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada420 Color CSS Codes

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

#ada420 Text Font Color

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

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


#ada420 Background Color

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

This div background color is #ada420


#ada420 Border Color

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

This div border color is #ada420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada420


Comments

No comments written yet.

Please login to write comment.