Color Hex Logo

#ada42b Color Hex

#ADA42B
(173,164,43)
0 Favorites   0 Comments

Color spaces of #ada42b

RGB 17316443
HSL0.160.600.42
HSV56°75°68°
CMYK 0.000.050.75   0.32
XYZ30.945135.60967.5279
Yxy35.60960.41770.4807
Hunter Lab59.6738-11.864234.2922
CIE-Lab66.2205-10.428459.6738

#ada42b color RGB value is (173,164,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00101011
Octal 255 244 53
Decimal 173 164 43
Hex AD A4 2B

RGB Percentages of Color #ada42b

%45.53
%43.16
%11.32

CMYK Percentages of Color #ada42b

%0
%5
%75
%32

Triadic Colors of #ada42b

#ada42b #2bada4 #a42bad

Analogous Colors of #ada42b

#ada42b #75ad2b #ad632b

Monochromatic Colors of #ada42b

#ada42b

Complementary Color

#ada42b #2b34ad

#ada42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada42b Color CSS Codes

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

#ada42b Text Font Color

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

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


#ada42b Background Color

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

This div background color is #ada42b


#ada42b Border Color

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

This div border color is #ada42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada42b


Comments

No comments written yet.

Please login to write comment.