Color Hex Logo

#ad991d Color Hex

#AD991D
(173,153,29)
0 Favorites   0 Comments

Color spaces of #ad991d

RGB 17315329
HSL0.140.710.40
HSV52°83°68°
CMYK 0.000.120.83   0.32
XYZ28.846631.75545.7714
Yxy31.75540.43460.4784
Hunter Lab56.3519-7.241633.3740
CIE-Lab63.1402-5.109161.3203

#ad991d color RGB value is (173,153,29).

#ad991d hex color red value is 173, green value is 153 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ad991d hue: 0.14 , saturation: 0.71 and the lightness value of ad991d is 0.40.

The process color (four color CMYK) of #ad991d color hex is 0.00, 0.12, 0.83, 0.32. Web safe color of #ad991d is #999933. Color #ad991d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 00011101
Octal 255 231 35
Decimal 173 153 29
Hex AD 99 1D

RGB Percentages of Color #ad991d

%48.73
%43.10
%8.17

CMYK Percentages of Color #ad991d

%0
%12
%83
%32

Triadic Colors of #ad991d

#ad991d #1dad99 #991dad

Analogous Colors of #ad991d

#ad991d #79ad1d #ad511d

Monochromatic Colors of #ad991d

#ad991d

Complementary Color

#ad991d #1d31ad

#ad991d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad991d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad991d Color CSS Codes

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

#ad991d Text Font Color

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

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


#ad991d Background Color

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

This div background color is #ad991d


#ad991d Border Color

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

This div border color is #ad991d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad991d


Comments

No comments written yet.

Please login to write comment.