Color Hex Logo

#ad955e Color Hex

#AD955E
(173,149,94)
0 Favorites   0 Comments

Color spaces of #ad955e

RGB 17314994
HSL0.120.330.52
HSV42°46°68°
CMYK 0.000.140.46   0.32
XYZ30.001431.187315.0282
Yxy31.18730.39360.4092
Hunter Lab55.8456-1.835923.1368
CIE-Lab62.66541.362632.2717

#ad955e color RGB value is (173,149,94).

#ad955e hex color red value is 173, green value is 149 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad955e hue: 0.12 , saturation: 0.33 and the lightness value of ad955e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 01011110
Octal 255 225 136
Decimal 173 149 94
Hex AD 95 5E

RGB Percentages of Color #ad955e

%41.59
%35.82
%22.60

CMYK Percentages of Color #ad955e

%0
%14
%46
%32

Triadic Colors of #ad955e

#ad955e #5ead95 #955ead

Analogous Colors of #ad955e

#ad955e #9ead5e #ad6e5e

Monochromatic Colors of #ad955e

#ad955e

Complementary Color

#ad955e #5e76ad

#ad955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad955e Color CSS Codes

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

#ad955e Text Font Color

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

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


#ad955e Background Color

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

This div background color is #ad955e


#ad955e Border Color

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

This div border color is #ad955e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad955e


Comments

No comments written yet.

Please login to write comment.