Color Hex Logo

#ada120 Color Hex

#ADA120
(173,161,32)
0 Favorites   0 Comments

Color spaces of #ada120

RGB 17316132
HSL0.150.690.40
HSV55°82°68°
CMYK 0.000.070.82   0.32
XYZ30.239234.47836.4277
Yxy34.47830.42500.4846
Hunter Lab58.7182-10.831534.6125
CIE-Lab65.3405-9.270662.3677

#ada120 color RGB value is (173,161,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00100000
Octal 255 241 40
Decimal 173 161 32
Hex AD A1 20

RGB Percentages of Color #ada120

%47.27
%43.99
%8.74

CMYK Percentages of Color #ada120

%0
%7
%82
%32

Triadic Colors of #ada120

#ada120 #20ada1 #a120ad

Analogous Colors of #ada120

#ada120 #73ad20 #ad5b20

Monochromatic Colors of #ada120

#ada120

Complementary Color

#ada120 #202cad

#ada120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada120 Color CSS Codes

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

#ada120 Text Font Color

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

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


#ada120 Background Color

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

This div background color is #ada120


#ada120 Border Color

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

This div border color is #ada120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada120


Comments

No comments written yet.

Please login to write comment.