Color Hex Logo

#ad945e Color Hex

#AD945E
(173,148,94)
0 Favorites   0 Comments

Color spaces of #ad945e

RGB 17314894
HSL0.110.330.52
HSV41°46°68°
CMYK 0.000.140.46   0.32
XYZ29.843930.872214.9757
Yxy30.87220.39430.4079
Hunter Lab55.5628-1.358822.9136
CIE-Lab62.39961.911731.9339

#ad945e color RGB value is (173,148,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 01011110
Octal 255 224 136
Decimal 173 148 94
Hex AD 94 5E

RGB Percentages of Color #ad945e

%41.69
%35.66
%22.65

CMYK Percentages of Color #ad945e

%0
%14
%46
%32

Triadic Colors of #ad945e

#ad945e #5ead94 #945ead

Analogous Colors of #ad945e

#ad945e #9fad5e #ad6d5e

Monochromatic Colors of #ad945e

#ad945e

Complementary Color

#ad945e #5e77ad

#ad945e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad945e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad945e Color CSS Codes

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

#ad945e Text Font Color

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

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


#ad945e Background Color

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

This div background color is #ad945e


#ad945e Border Color

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

This div border color is #ad945e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,148,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 #ad945e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad945e


Comments

No comments written yet.

Please login to write comment.