Color Hex Logo

#ad953b Color Hex

#AD953B
(173,149,59)
0 Favorites   0 Comments

Color spaces of #ad953b

RGB 17314959
HSL0.130.490.45
HSV47°66°68°
CMYK 0.000.140.66   0.32
XYZ28.770430.69498.5460
Yxy30.69490.42300.4513
Hunter Lab55.4030-4.261329.6365
CIE-Lab62.2492-1.564849.2815

#ad953b color RGB value is (173,149,59).

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

The process color (four color CMYK) of #ad953b color hex is 0.00, 0.14, 0.66, 0.32. Web safe color of #ad953b is #999933. Color #ad953b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 00111011
Octal 255 225 73
Decimal 173 149 59
Hex AD 95 3B

RGB Percentages of Color #ad953b

%45.41
%39.11
%15.49

CMYK Percentages of Color #ad953b

%0
%14
%66
%32

Triadic Colors of #ad953b

#ad953b #3bad95 #953bad

Analogous Colors of #ad953b

#ad953b #8cad3b #ad5c3b

Monochromatic Colors of #ad953b

#ad953b

Complementary Color

#ad953b #3b53ad

#ad953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad953b Color CSS Codes

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

#ad953b Text Font Color

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

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


#ad953b Background Color

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

This div background color is #ad953b


#ad953b Border Color

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

This div border color is #ad953b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad953b


Comments

No comments written yet.

Please login to write comment.