Color Hex Logo

#ada42e Color Hex

#ADA42E
(173,164,46)
0 Favorites   0 Comments

Color spaces of #ada42e

RGB 17316446
HSL0.150.580.43
HSV56°73°68°
CMYK 0.000.050.73   0.32
XYZ31.002235.63247.8285
Yxy35.63240.41630.4785
Hunter Lab59.6929-11.756534.0094
CIE-Lab66.2381-10.292658.6257

#ada42e color RGB value is (173,164,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00101110
Octal 255 244 56
Decimal 173 164 46
Hex AD A4 2E

RGB Percentages of Color #ada42e

%45.17
%42.82
%12.01

CMYK Percentages of Color #ada42e

%0
%5
%73
%32

Triadic Colors of #ada42e

#ada42e #2eada4 #a42ead

Analogous Colors of #ada42e

#ada42e #77ad2e #ad652e

Monochromatic Colors of #ada42e

#ada42e

Complementary Color

#ada42e #2e37ad

#ada42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada42e Color CSS Codes

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

#ada42e Text Font Color

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

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


#ada42e Background Color

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

This div background color is #ada42e


#ada42e Border Color

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

This div border color is #ada42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada42e


Comments

No comments written yet.

Please login to write comment.