Color Hex Logo

#ad982c Color Hex

#AD982C
(173,152,44)
0 Favorites   0 Comments

Color spaces of #ad982c

RGB 17315244
HSL0.140.590.43
HSV50°75°68°
CMYK 0.000.120.75   0.32
XYZ28.916431.52266.9433
Yxy31.52260.42910.4678
Hunter Lab56.1450-6.320731.9693
CIE-Lab62.9463-4.002756.2110

#ad982c color RGB value is (173,152,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 00101100
Octal 255 230 54
Decimal 173 152 44
Hex AD 98 2C

RGB Percentages of Color #ad982c

%46.88
%41.19
%11.92

CMYK Percentages of Color #ad982c

%0
%12
%75
%32

Triadic Colors of #ad982c

#ad982c #2cad98 #982cad

Analogous Colors of #ad982c

#ad982c #82ad2c #ad572c

Monochromatic Colors of #ad982c

#ad982c

Complementary Color

#ad982c #2c41ad

#ad982c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad982c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad982c Color CSS Codes

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

#ad982c Text Font Color

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

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


#ad982c Background Color

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

This div background color is #ad982c


#ad982c Border Color

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

This div border color is #ad982c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad982c


Comments

No comments written yet.

Please login to write comment.