Color Hex Logo

#ad480f Color Hex

#AD480F
(173,72,15)
0 Favorites   0 Comments

Color spaces of #ad480f

RGB 1737215
HSL0.060.840.37
HSV22°91°68°
CMYK 0.000.580.91   0.32
XYZ19.637213.55352.0330
Yxy13.55350.55750.3848
Hunter Lab36.815130.785722.4964
CIE-Lab43.585738.751149.6753

#ad480f color RGB value is (173,72,15).

#ad480f hex color red value is 173, green value is 72 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ad480f hue: 0.06 , saturation: 0.84 and the lightness value of ad480f is 0.37.

The process color (four color CMYK) of #ad480f color hex is 0.00, 0.58, 0.91, 0.32. Web safe color of #ad480f is #993300. Color #ad480f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 00001111
Octal 255 110 17
Decimal 173 72 15
Hex AD 48 F

RGB Percentages of Color #ad480f

%66.54
%27.69
%5.77

CMYK Percentages of Color #ad480f

%0
%58
%91
%32

Triadic Colors of #ad480f

#ad480f #0fad48 #480fad

Analogous Colors of #ad480f

#ad480f #ad970f #ad0f25

Monochromatic Colors of #ad480f

#ad480f

Complementary Color

#ad480f #0f74ad

#ad480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad480f Color CSS Codes

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

#ad480f Text Font Color

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

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


#ad480f Background Color

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

This div background color is #ad480f


#ad480f Border Color

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

This div border color is #ad480f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad480f


Comments

No comments written yet.

Please login to write comment.