Color Hex Logo

#ad825f Color Hex

#AD825F
(173,130,95)
0 Favorites   0 Comments

Color spaces of #ad825f

RGB 17313095
HSL0.070.320.53
HSV27°45°68°
CMYK 0.000.250.45   0.32
XYZ27.281825.675714.3445
Yxy25.67570.40540.3815
Hunter Lab50.67127.431318.6854
CIE-Lab57.727912.030625.3506

#ad825f color RGB value is (173,130,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 01011111
Octal 255 202 137
Decimal 173 130 95
Hex AD 82 5F

RGB Percentages of Color #ad825f

%43.47
%32.66
%23.87

CMYK Percentages of Color #ad825f

%0
%25
%45
%32

Triadic Colors of #ad825f

#ad825f #5fad82 #825fad

Analogous Colors of #ad825f

#ad825f #ada95f #ad5f63

Monochromatic Colors of #ad825f

#ad825f

Complementary Color

#ad825f #5f8aad

#ad825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad825f Color CSS Codes

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

#ad825f Text Font Color

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

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


#ad825f Background Color

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

This div background color is #ad825f


#ad825f Border Color

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

This div border color is #ad825f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad825f


Comments

No comments written yet.

Please login to write comment.