Color Hex Logo

#ad825e Color Hex

#AD825E
(173,130,94)
0 Favorites   0 Comments

Color spaces of #ad825e

RGB 17313094
HSL0.080.330.52
HSV27°46°68°
CMYK 0.000.250.46   0.32
XYZ27.236625.657714.1066
Yxy25.65770.40650.3829
Hunter Lab50.65347.336818.9456
CIE-Lab57.710711.922725.8866

#ad825e color RGB value is (173,130,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 01011110
Octal 255 202 136
Decimal 173 130 94
Hex AD 82 5E

RGB Percentages of Color #ad825e

%43.58
%32.75
%23.68

CMYK Percentages of Color #ad825e

%0
%25
%46
%32

Triadic Colors of #ad825e

#ad825e #5ead82 #825ead

Analogous Colors of #ad825e

#ad825e #adaa5e #ad5e61

Monochromatic Colors of #ad825e

#ad825e

Complementary Color

#ad825e #5e89ad

#ad825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad825e Color CSS Codes

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

#ad825e Text Font Color

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

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


#ad825e Background Color

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

This div background color is #ad825e


#ad825e Border Color

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

This div border color is #ad825e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad825e


Comments

No comments written yet.

Please login to write comment.