Color Hex Logo

#ad120d Color Hex

#AD120D
(173,18,13)
0 Favorites   0 Comments

Color spaces of #ad120d

RGB 1731813
HSL0.010.860.36
HSV92°68°
CMYK 0.000.900.92   0.32
XYZ17.52259.34591.2612
Yxy9.34590.62290.3322
Hunter Lab30.571148.812018.9538
CIE-Lab36.641957.665345.5099

#ad120d color RGB value is (173,18,13).

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

The process color (four color CMYK) of #ad120d color hex is 0.00, 0.90, 0.92, 0.32. Web safe color of #ad120d is #990000. Color #ad120d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 00001101
Octal 255 22 15
Decimal 173 18 13
Hex AD 12 D

RGB Percentages of Color #ad120d

%84.80
%8.82
%6.37

CMYK Percentages of Color #ad120d

%0
%90
%92
%32

Triadic Colors of #ad120d

#ad120d #0dad12 #120dad

Analogous Colors of #ad120d

#ad120d #ad620d #ad0d58

Monochromatic Colors of #ad120d

#ad120d

Complementary Color

#ad120d #0da8ad

#ad120d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad120d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad120d Color CSS Codes

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

#ad120d Text Font Color

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

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


#ad120d Background Color

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

This div background color is #ad120d


#ad120d Border Color

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

This div border color is #ad120d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad120d


Comments

No comments written yet.

Please login to write comment.