Color Hex Logo

#ad100e Color Hex

#AD100E
(173,16,14)
0 Favorites   0 Comments

Color spaces of #ad100e

RGB 1731614
HSL0.000.850.37
HSV92°68°
CMYK 0.000.910.92   0.32
XYZ17.49819.28651.2857
Yxy9.28650.62340.3308
Hunter Lab30.473849.166018.8302
CIE-Lab36.530258.014845.0261

#ad100e color RGB value is (173,16,14).

#ad100e hex color red value is 173, green value is 16 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ad100e hue: 0.00 , saturation: 0.85 and the lightness value of ad100e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 00001110
Octal 255 20 16
Decimal 173 16 14
Hex AD 10 E

RGB Percentages of Color #ad100e

%85.22
%7.88
%6.90

CMYK Percentages of Color #ad100e

%0
%91
%92
%32

Triadic Colors of #ad100e

#ad100e #0ead10 #100ead

Analogous Colors of #ad100e

#ad100e #ad600e #ad0e5b

Monochromatic Colors of #ad100e

#ad100e

Complementary Color

#ad100e #0eabad

#ad100e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad100e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad100e Color CSS Codes

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

#ad100e Text Font Color

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

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


#ad100e Background Color

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

This div background color is #ad100e


#ad100e Border Color

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

This div border color is #ad100e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad100e


Comments

No comments written yet.

Please login to write comment.