Color Hex Logo

#ad110a Color Hex

#AD110A
(173,17,10)
0 Favorites   0 Comments

Color spaces of #ad110a

RGB 1731710
HSL0.010.890.36
HSV94°68°
CMYK 0.000.900.94   0.32
XYZ17.48889.30701.1618
Yxy9.30700.62550.3329
Hunter Lab30.507448.939819.0972
CIE-Lab36.568857.798046.6053

#ad110a color RGB value is (173,17,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 00001010
Octal 255 21 12
Decimal 173 17 10
Hex AD 11 A

RGB Percentages of Color #ad110a

%86.50
%8.50
%5.00

CMYK Percentages of Color #ad110a

%0
%90
%94
%32

Triadic Colors of #ad110a

#ad110a #0aad11 #110aad

Analogous Colors of #ad110a

#ad110a #ad620a #ad0a55

Monochromatic Colors of #ad110a

#ad110a

Complementary Color

#ad110a #0aa6ad

#ad110a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad110a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad110a Color CSS Codes

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

#ad110a Text Font Color

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

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


#ad110a Background Color

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

This div background color is #ad110a


#ad110a Border Color

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

This div border color is #ad110a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad110a


Comments

No comments written yet.

Please login to write comment.