Color Hex Logo

#ada620 Color Hex

#ADA620
(173,166,32)
0 Favorites   0 Comments

Color spaces of #ada620

RGB 17316632
HSL0.160.690.40
HSV57°82°68°
CMYK 0.000.040.82   0.32
XYZ31.130536.26106.7248
Yxy36.26100.42000.4892
Hunter Lab60.2171-13.100635.5307
CIE-Lab66.7189-11.890863.5624

#ada620 color RGB value is (173,166,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 00100000
Octal 255 246 40
Decimal 173 166 32
Hex AD A6 20

RGB Percentages of Color #ada620

%46.63
%44.74
%8.63

CMYK Percentages of Color #ada620

%0
%4
%82
%32

Triadic Colors of #ada620

#ada620 #20ada6 #a620ad

Analogous Colors of #ada620

#ada620 #6ead20 #ad6020

Monochromatic Colors of #ada620

#ada620

Complementary Color

#ada620 #2027ad

#ada620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada620 Color CSS Codes

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

#ada620 Text Font Color

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

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


#ada620 Background Color

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

This div background color is #ada620


#ada620 Border Color

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

This div border color is #ada620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada620


Comments

No comments written yet.

Please login to write comment.