Color Hex Logo

#ad982f Color Hex

#AD982F
(173,152,47)
0 Favorites   0 Comments

Color spaces of #ad982f

RGB 17315247
HSL0.140.570.43
HSV50°73°68°
CMYK 0.000.120.73   0.32
XYZ28.974931.54597.2512
Yxy31.54590.42750.4655
Hunter Lab56.1657-6.205131.6615
CIE-Lab62.9658-3.859955.0804

#ad982f color RGB value is (173,152,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 00101111
Octal 255 230 57
Decimal 173 152 47
Hex AD 98 2F

RGB Percentages of Color #ad982f

%46.51
%40.86
%12.63

CMYK Percentages of Color #ad982f

%0
%12
%73
%32

Triadic Colors of #ad982f

#ad982f #2fad98 #982fad

Analogous Colors of #ad982f

#ad982f #83ad2f #ad592f

Monochromatic Colors of #ad982f

#ad982f

Complementary Color

#ad982f #2f44ad

#ad982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad982f Color CSS Codes

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

#ad982f Text Font Color

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

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


#ad982f Background Color

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

This div background color is #ad982f


#ad982f Border Color

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

This div border color is #ad982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad982f


Comments

No comments written yet.

Please login to write comment.