Color Hex Logo

#ad980d Color Hex

#AD980D
(173,152,13)
0 Favorites   0 Comments

Color spaces of #ad980d

RGB 17315213
HSL0.140.860.36
HSV52°92°68°
CMYK 0.000.120.92   0.32
XYZ28.534531.36984.9318
Yxy31.36980.44010.4838
Hunter Lab56.0087-7.075833.9854
CIE-Lab62.8186-4.939064.6014

#ad980d color RGB value is (173,152,13).

#ad980d hex color red value is 173, green value is 152 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ad980d hue: 0.14 , saturation: 0.86 and the lightness value of ad980d is 0.36.

The process color (four color CMYK) of #ad980d color hex is 0.00, 0.12, 0.92, 0.32. Web safe color of #ad980d is #999900. Color #ad980d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 00001101
Octal 255 230 15
Decimal 173 152 13
Hex AD 98 D

RGB Percentages of Color #ad980d

%51.18
%44.97
%3.85

CMYK Percentages of Color #ad980d

%0
%12
%92
%32

Triadic Colors of #ad980d

#ad980d #0dad98 #980dad

Analogous Colors of #ad980d

#ad980d #72ad0d #ad480d

Monochromatic Colors of #ad980d

#ad980d

Complementary Color

#ad980d #0d22ad

#ad980d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad980d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad980d Color CSS Codes

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

#ad980d Text Font Color

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

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


#ad980d Background Color

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

This div background color is #ad980d


#ad980d Border Color

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

This div border color is #ad980d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad980d


Comments

No comments written yet.

Please login to write comment.