Color Hex Logo

#ad240d Color Hex

#AD240D
(173,36,13)
0 Favorites   0 Comments

Color spaces of #ad240d

RGB 1733613
HSL0.020.860.36
HSV92°68°
CMYK 0.000.790.92   0.32
XYZ17.937110.17501.3994
Yxy10.17500.60780.3448
Hunter Lab31.898344.552519.7277
CIE-Lab38.154753.371646.5222

#ad240d color RGB value is (173,36,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100100 00001101
Octal 255 44 15
Decimal 173 36 13
Hex AD 24 D

RGB Percentages of Color #ad240d

%77.93
%16.22
%5.86

CMYK Percentages of Color #ad240d

%0
%79
%92
%32

Triadic Colors of #ad240d

#ad240d #0dad24 #240dad

Analogous Colors of #ad240d

#ad240d #ad740d #ad0d46

Monochromatic Colors of #ad240d

#ad240d

Complementary Color

#ad240d #0d96ad

#ad240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad240d Color CSS Codes

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

#ad240d Text Font Color

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

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


#ad240d Background Color

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

This div background color is #ad240d


#ad240d Border Color

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

This div border color is #ad240d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad240d


Comments

No comments written yet.

Please login to write comment.