Color Hex Logo

#ad980a Color Hex

#AD980A
(173,152,10)
0 Favorites   0 Comments

Color spaces of #ad980a

RGB 17315210
HSL0.150.890.36
HSV52°94°68°
CMYK 0.000.120.94   0.32
XYZ28.516631.36264.8378
Yxy31.36260.44060.4846
Hunter Lab56.0023-7.111234.0798
CIE-Lab62.8125-4.983065.0468

#ad980a color RGB value is (173,152,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 00001010
Octal 255 230 12
Decimal 173 152 10
Hex AD 98 A

RGB Percentages of Color #ad980a

%51.64
%45.37
%2.99

CMYK Percentages of Color #ad980a

%0
%12
%94
%32

Triadic Colors of #ad980a

#ad980a #0aad98 #980aad

Analogous Colors of #ad980a

#ad980a #71ad0a #ad470a

Monochromatic Colors of #ad980a

#ad980a

Complementary Color

#ad980a #0a1fad

#ad980a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad980a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad980a Color CSS Codes

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

#ad980a Text Font Color

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

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


#ad980a Background Color

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

This div background color is #ad980a


#ad980a Border Color

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

This div border color is #ad980a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad980a


Comments

No comments written yet.

Please login to write comment.