Color Hex Logo

#ad8f52 Color Hex

#AD8F52
(173,143,82)
0 Favorites   0 Comments

Color spaces of #ad8f52

RGB 17314382
HSL0.110.360.50
HSV40°53°68°
CMYK 0.000.170.53   0.32
XYZ28.579029.138412.1006
Yxy29.13840.40930.4173
Hunter Lab53.98000.039524.4951
CIE-Lab60.90363.489336.4358

#ad8f52 color RGB value is (173,143,82).

#ad8f52 hex color red value is 173, green value is 143 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ad8f52 hue: 0.11 , saturation: 0.36 and the lightness value of ad8f52 is 0.50.

The process color (four color CMYK) of #ad8f52 color hex is 0.00, 0.17, 0.53, 0.32. Web safe color of #ad8f52 is #999966. Color #ad8f52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001111 01010010
Octal 255 217 122
Decimal 173 143 82
Hex AD 8F 52

RGB Percentages of Color #ad8f52

%43.47
%35.93
%20.60

CMYK Percentages of Color #ad8f52

%0
%17
%53
%32

Triadic Colors of #ad8f52

#ad8f52 #52ad8f #8f52ad

Analogous Colors of #ad8f52

#ad8f52 #9ead52 #ad6252

Monochromatic Colors of #ad8f52

#ad8f52

Complementary Color

#ad8f52 #5270ad

#ad8f52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8f52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8f52 Color CSS Codes

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

#ad8f52 Text Font Color

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

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


#ad8f52 Background Color

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

This div background color is #ad8f52


#ad8f52 Border Color

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

This div border color is #ad8f52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8f52


Comments

No comments written yet.

Please login to write comment.