Color Hex Logo

#ad060a Color Hex

#AD060A
(173,6,10)
0 Favorites   0 Comments

Color spaces of #ad060a

RGB 173610
HSL1.000.930.35
HSV359°97°68°
CMYK 0.000.970.94   0.32
XYZ17.35359.03641.1167
Yxy9.03640.63090.3285
Hunter Lab30.060650.439118.8399
CIE-Lab36.054359.280346.2955

#ad060a color RGB value is (173,6,10).

#ad060a hex color red value is 173, green value is 6 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ad060a hue: 1.00 , saturation: 0.93 and the lightness value of ad060a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000110 00001010
Octal 255 6 12
Decimal 173 6 10
Hex AD 6 A

RGB Percentages of Color #ad060a

%91.53
%3.17
%5.29

CMYK Percentages of Color #ad060a

%0
%97
%94
%32

Triadic Colors of #ad060a

#ad060a #0aad06 #060aad

Analogous Colors of #ad060a

#ad060a #ad5606 #ad065d

Monochromatic Colors of #ad060a

#ad060a

Complementary Color

#ad060a #06ada9

#ad060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad060a Color CSS Codes

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

#ad060a Text Font Color

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

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


#ad060a Background Color

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

This div background color is #ad060a


#ad060a Border Color

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

This div border color is #ad060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad060a


Comments

No comments written yet.

Please login to write comment.