Color Hex Logo

#ada42d Color Hex

#ADA42D
(173,164,45)
0 Favorites   0 Comments

Color spaces of #ada42d

RGB 17316445
HSL0.150.590.43
HSV56°74°68°
CMYK 0.000.050.74   0.32
XYZ30.982735.62467.7259
Yxy35.62460.41680.4793
Hunter Lab59.6863-11.793234.1058
CIE-Lab66.2321-10.338958.9802

#ada42d color RGB value is (173,164,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00101101
Octal 255 244 55
Decimal 173 164 45
Hex AD A4 2D

RGB Percentages of Color #ada42d

%45.29
%42.93
%11.78

CMYK Percentages of Color #ada42d

%0
%5
%74
%32

Triadic Colors of #ada42d

#ada42d #2dada4 #a42dad

Analogous Colors of #ada42d

#ada42d #76ad2d #ad642d

Monochromatic Colors of #ada42d

#ada42d

Complementary Color

#ada42d #2d36ad

#ada42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada42d Color CSS Codes

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

#ada42d Text Font Color

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

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


#ada42d Background Color

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

This div background color is #ada42d


#ada42d Border Color

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

This div border color is #ada42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada42d


Comments

No comments written yet.

Please login to write comment.