Color Hex Logo

#ad945f Color Hex

#AD945F
(173,148,95)
0 Favorites   0 Comments

Color spaces of #ad945f

RGB 17314895
HSL0.110.320.53
HSV41°45°68°
CMYK 0.000.140.45   0.32
XYZ29.889030.890315.2136
Yxy30.89030.39330.4065
Hunter Lab55.5790-1.270622.6759
CIE-Lab62.41492.016731.4165

#ad945f color RGB value is (173,148,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 01011111
Octal 255 224 137
Decimal 173 148 95
Hex AD 94 5F

RGB Percentages of Color #ad945f

%41.59
%35.58
%22.84

CMYK Percentages of Color #ad945f

%0
%14
%45
%32

Triadic Colors of #ad945f

#ad945f #5fad94 #945fad

Analogous Colors of #ad945f

#ad945f #9fad5f #ad6d5f

Monochromatic Colors of #ad945f

#ad945f

Complementary Color

#ad945f #5f78ad

#ad945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad945f Color CSS Codes

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

#ad945f Text Font Color

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

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


#ad945f Background Color

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

This div background color is #ad945f


#ad945f Border Color

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

This div border color is #ad945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad945f


Comments

No comments written yet.

Please login to write comment.