Color Hex Logo

#ad983d Color Hex

#AD983D
(173,152,61)
0 Favorites   0 Comments

Color spaces of #ad983d

RGB 17315261
HSL0.140.480.46
HSV49°65°68°
CMYK 0.000.120.65   0.32
XYZ29.304131.67768.9848
Yxy31.67760.41880.4528
Hunter Lab56.2829-5.557629.9332
CIE-Lab63.0755-3.063249.2649

#ad983d color RGB value is (173,152,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 00111101
Octal 255 230 75
Decimal 173 152 61
Hex AD 98 3D

RGB Percentages of Color #ad983d

%44.82
%39.38
%15.80

CMYK Percentages of Color #ad983d

%0
%12
%65
%32

Triadic Colors of #ad983d

#ad983d #3dad98 #983dad

Analogous Colors of #ad983d

#ad983d #8aad3d #ad603d

Monochromatic Colors of #ad983d

#ad983d

Complementary Color

#ad983d #3d52ad

#ad983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad983d Color CSS Codes

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

#ad983d Text Font Color

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

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


#ad983d Background Color

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

This div background color is #ad983d


#ad983d Border Color

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

This div border color is #ad983d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad983d


Comments

No comments written yet.

Please login to write comment.