Color Hex Logo

#ad8412 Color Hex

#AD8412
(173,132,18)
0 Favorites   0 Comments

Color spaces of #ad8412

RGB 17313218
HSL0.120.810.37
HSV44°90°68°
CMYK 0.000.240.90   0.32
XYZ25.594025.43044.1319
Yxy25.43040.46400.4611
Hunter Lab50.42862.344130.4420
CIE-Lab57.49246.099159.5022

#ad8412 color RGB value is (173,132,18).

#ad8412 hex color red value is 173, green value is 132 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ad8412 hue: 0.12 , saturation: 0.81 and the lightness value of ad8412 is 0.37.

The process color (four color CMYK) of #ad8412 color hex is 0.00, 0.24, 0.90, 0.32. Web safe color of #ad8412 is #999900. Color #ad8412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 00010010
Octal 255 204 22
Decimal 173 132 18
Hex AD 84 12

RGB Percentages of Color #ad8412

%53.56
%40.87
%5.57

CMYK Percentages of Color #ad8412

%0
%24
%90
%32

Triadic Colors of #ad8412

#ad8412 #12ad84 #8412ad

Analogous Colors of #ad8412

#ad8412 #89ad12 #ad3712

Monochromatic Colors of #ad8412

#ad8412

Complementary Color

#ad8412 #123bad

#ad8412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8412 Color CSS Codes

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

#ad8412 Text Font Color

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

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


#ad8412 Background Color

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

This div background color is #ad8412


#ad8412 Border Color

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

This div border color is #ad8412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8412


Comments

No comments written yet.

Please login to write comment.