Color Hex Logo

#ad9d2e Color Hex

#AD9D2E
(173,157,46)
0 Favorites   0 Comments

Color spaces of #ad9d2e

RGB 17315746
HSL0.150.580.43
HSV52°73°68°
CMYK 0.000.090.73   0.32
XYZ29.783733.19547.4224
Yxy33.19540.42310.4715
Hunter Lab57.6154-8.553332.6927
CIE-Lab64.3188-6.589556.7802

#ad9d2e color RGB value is (173,157,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011101 00101110
Octal 255 235 56
Decimal 173 157 46
Hex AD 9D 2E

RGB Percentages of Color #ad9d2e

%46.01
%41.76
%12.23

CMYK Percentages of Color #ad9d2e

%0
%9
%73
%32

Triadic Colors of #ad9d2e

#ad9d2e #2ead9d #9d2ead

Analogous Colors of #ad9d2e

#ad9d2e #7ead2e #ad5e2e

Monochromatic Colors of #ad9d2e

#ad9d2e

Complementary Color

#ad9d2e #2e3ead

#ad9d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9d2e Color CSS Codes

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

#ad9d2e Text Font Color

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

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


#ad9d2e Background Color

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

This div background color is #ad9d2e


#ad9d2e Border Color

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

This div border color is #ad9d2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,157,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 #ad9d2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9d2e


Comments

No comments written yet.

Please login to write comment.