Color Hex Logo

#ada42c Color Hex

#ADA42C
(173,164,44)
0 Favorites   0 Comments

Color spaces of #ada42c

RGB 17316444
HSL0.160.590.43
HSV56°75°68°
CMYK 0.000.050.75   0.32
XYZ30.963735.61707.6257
Yxy35.61700.41730.4800
Hunter Lab59.6800-11.829034.2001
CIE-Lab66.2262-10.384159.3297

#ada42c color RGB value is (173,164,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00101100
Octal 255 244 54
Decimal 173 164 44
Hex AD A4 2C

RGB Percentages of Color #ada42c

%45.41
%43.04
%11.55

CMYK Percentages of Color #ada42c

%0
%5
%75
%32

Triadic Colors of #ada42c

#ada42c #2cada4 #a42cad

Analogous Colors of #ada42c

#ada42c #76ad2c #ad642c

Monochromatic Colors of #ada42c

#ada42c

Complementary Color

#ada42c #2c35ad

#ada42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada42c Color CSS Codes

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

#ada42c Text Font Color

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

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


#ada42c Background Color

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

This div background color is #ada42c


#ada42c Border Color

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

This div border color is #ada42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada42c


Comments

No comments written yet.

Please login to write comment.