Color Hex Logo

#ad954d Color Hex

#AD954D
(173,149,77)
0 Favorites   0 Comments

Color spaces of #ad954d

RGB 17314977
HSL0.130.380.49
HSV45°55°68°
CMYK 0.000.140.55   0.32
XYZ29.320630.915011.4430
Yxy30.91500.40910.4313
Hunter Lab55.6013-3.172626.7187
CIE-Lab62.4358-0.242540.8520

#ad954d color RGB value is (173,149,77).

#ad954d hex color red value is 173, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad954d hue: 0.13 , saturation: 0.38 and the lightness value of ad954d is 0.49.

The process color (four color CMYK) of #ad954d color hex is 0.00, 0.14, 0.55, 0.32. Web safe color of #ad954d is #999966. Color #ad954d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 01001101
Octal 255 225 115
Decimal 173 149 77
Hex AD 95 4D

RGB Percentages of Color #ad954d

%43.36
%37.34
%19.30

CMYK Percentages of Color #ad954d

%0
%14
%55
%32

Triadic Colors of #ad954d

#ad954d #4dad95 #954dad

Analogous Colors of #ad954d

#ad954d #95ad4d #ad654d

Monochromatic Colors of #ad954d

#ad954d

Complementary Color

#ad954d #4d65ad

#ad954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad954d Color CSS Codes

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

#ad954d Text Font Color

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

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


#ad954d Background Color

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

This div background color is #ad954d


#ad954d Border Color

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

This div border color is #ad954d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad954d


Comments

No comments written yet.

Please login to write comment.