Color Hex Logo

#ad240f Color Hex

#AD240F
(173,36,15)
0 Favorites   0 Comments

Color spaces of #ad240f

RGB 1733615
HSL0.020.840.37
HSV91°68°
CMYK 0.000.790.91   0.32
XYZ17.950710.18051.4709
Yxy10.18050.60640.3439
Hunter Lab31.906944.586419.6016
CIE-Lab38.164553.402045.7544

#ad240f color RGB value is (173,36,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100100 00001111
Octal 255 44 17
Decimal 173 36 15
Hex AD 24 F

RGB Percentages of Color #ad240f

%77.23
%16.07
%6.70

CMYK Percentages of Color #ad240f

%0
%79
%91
%32

Triadic Colors of #ad240f

#ad240f #0fad24 #240fad

Analogous Colors of #ad240f

#ad240f #ad730f #ad0f49

Monochromatic Colors of #ad240f

#ad240f

Complementary Color

#ad240f #0f98ad

#ad240f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad240f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad240f Color CSS Codes

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

#ad240f Text Font Color

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

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


#ad240f Background Color

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

This div background color is #ad240f


#ad240f Border Color

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

This div border color is #ad240f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad240f


Comments

No comments written yet.

Please login to write comment.