Color Hex Logo

#ad380f Color Hex

#AD380F
(173,56,15)
0 Favorites   0 Comments

Color spaces of #ad380f

RGB 1735615
HSL0.040.840.37
HSV16°91°68°
CMYK 0.000.680.91   0.32
XYZ18.734011.74711.7320
Yxy11.74710.58160.3647
Hunter Lab34.274037.587520.9957
CIE-Lab40.811346.106547.6516

#ad380f color RGB value is (173,56,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 00001111
Octal 255 70 17
Decimal 173 56 15
Hex AD 38 F

RGB Percentages of Color #ad380f

%70.90
%22.95
%6.15

CMYK Percentages of Color #ad380f

%0
%68
%91
%32

Triadic Colors of #ad380f

#ad380f #0fad38 #380fad

Analogous Colors of #ad380f

#ad380f #ad870f #ad0f35

Monochromatic Colors of #ad380f

#ad380f

Complementary Color

#ad380f #0f84ad

#ad380f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad380f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad380f Color CSS Codes

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

#ad380f Text Font Color

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

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


#ad380f Background Color

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

This div background color is #ad380f


#ad380f Border Color

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

This div border color is #ad380f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad380f


Comments

No comments written yet.

Please login to write comment.