Color Hex Logo

#ada73c Color Hex

#ADA73C
(173,167,60)
0 Favorites   0 Comments

Color spaces of #ada73c

RGB 17316760
HSL0.160.480.46
HSV57°65°68°
CMYK 0.000.030.65   0.32
XYZ31.867936.84799.7077
Yxy36.84790.40640.4699
Hunter Lab60.7025-12.519533.0099
CIE-Lab67.1628-11.104054.0366

#ada73c color RGB value is (173,167,60).

#ada73c hex color red value is 173, green value is 167 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ada73c hue: 0.16 , saturation: 0.48 and the lightness value of ada73c is 0.46.

The process color (four color CMYK) of #ada73c color hex is 0.00, 0.03, 0.65, 0.32. Web safe color of #ada73c is #999933. Color #ada73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 00111100
Octal 255 247 74
Decimal 173 167 60
Hex AD A7 3C

RGB Percentages of Color #ada73c

%43.25
%41.75
%15.00

CMYK Percentages of Color #ada73c

%0
%3
%65
%32

Triadic Colors of #ada73c

#ada73c #3cada7 #a73cad

Analogous Colors of #ada73c

#ada73c #7bad3c #ad6f3c

Monochromatic Colors of #ada73c

#ada73c

Complementary Color

#ada73c #3c42ad

#ada73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada73c Color CSS Codes

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

#ada73c Text Font Color

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

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


#ada73c Background Color

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

This div background color is #ada73c


#ada73c Border Color

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

This div border color is #ada73c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,167,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ada73c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada73c


Comments

No comments written yet.

Please login to write comment.