Color Hex Logo

#ad660c Color Hex

#AD660C
(173,102,12)
0 Favorites   0 Comments

Color spaces of #ad660c

RGB 17310212
HSL0.090.870.36
HSV34°93°68°
CMYK 0.000.410.93   0.32
XYZ22.051318.41352.7398
Yxy18.41350.51040.4262
Hunter Lab42.911016.634326.2521
CIE-Lab49.993822.777355.1755

#ad660c color RGB value is (173,102,12).

#ad660c hex color red value is 173, green value is 102 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ad660c hue: 0.09 , saturation: 0.87 and the lightness value of ad660c is 0.36.

The process color (four color CMYK) of #ad660c color hex is 0.00, 0.41, 0.93, 0.32. Web safe color of #ad660c is #996600. Color #ad660c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 00001100
Octal 255 146 14
Decimal 173 102 12
Hex AD 66 C

RGB Percentages of Color #ad660c

%60.28
%35.54
%4.18

CMYK Percentages of Color #ad660c

%0
%41
%93
%32

Triadic Colors of #ad660c

#ad660c #0cad66 #660cad

Analogous Colors of #ad660c

#ad660c #a4ad0c #ad160c

Monochromatic Colors of #ad660c

#ad660c

Complementary Color

#ad660c #0c53ad

#ad660c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad660c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad660c Color CSS Codes

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

#ad660c Text Font Color

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

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


#ad660c Background Color

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

This div background color is #ad660c


#ad660c Border Color

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

This div border color is #ad660c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad660c


Comments

No comments written yet.

Please login to write comment.