Color Hex Logo

#ada220 Color Hex

#ADA220
(173,162,32)
0 Favorites   0 Comments

Color spaces of #ada220

RGB 17316232
HSL0.150.690.40
HSV55°82°68°
CMYK 0.000.060.82   0.32
XYZ30.414634.82926.4862
Yxy34.82920.42400.4856
Hunter Lab59.0163-11.286834.7951
CIE-Lab65.6155-9.797362.6063

#ada220 color RGB value is (173,162,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00100000
Octal 255 242 40
Decimal 173 162 32
Hex AD A2 20

RGB Percentages of Color #ada220

%47.14
%44.14
%8.72

CMYK Percentages of Color #ada220

%0
%6
%82
%32

Triadic Colors of #ada220

#ada220 #20ada2 #a220ad

Analogous Colors of #ada220

#ada220 #72ad20 #ad5b20

Monochromatic Colors of #ada220

#ada220

Complementary Color

#ada220 #202bad

#ada220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada220 Color CSS Codes

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

#ada220 Text Font Color

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

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


#ada220 Background Color

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

This div background color is #ada220


#ada220 Border Color

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

This div border color is #ada220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada220


Comments

No comments written yet.

Please login to write comment.