Color Hex Logo

#ad001a Color Hex

#AD001A
(173,0,26)
0 Favorites   0 Comments

Color spaces of #ad001a

RGB 173026
HSL0.971.000.34
HSV351°100°68°
CMYK 0.001.000.85   0.32
XYZ17.42008.95881.7884
Yxy8.95880.61840.3181
Hunter Lab29.931351.507417.4093
CIE-Lab35.904860.286338.6520

#ad001a color RGB value is (173,0,26).

#ad001a hex color red value is 173, green value is 0 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad001a hue: 0.97 , saturation: 1.00 and the lightness value of ad001a is 0.34.

The process color (four color CMYK) of #ad001a color hex is 0.00, 1.00, 0.85, 0.32. Web safe color of #ad001a is #990033. Color #ad001a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 00011010
Octal 255 0 32
Decimal 173 0 26
Hex AD 0 1A

RGB Percentages of Color #ad001a

%86.93
%0.00
%13.07

CMYK Percentages of Color #ad001a

%0
%100
%85
%32

Triadic Colors of #ad001a

#ad001a #1aad00 #001aad

Analogous Colors of #ad001a

#ad001a #ad3d00 #ad0071

Monochromatic Colors of #ad001a

#ad001a

Complementary Color

#ad001a #00ad93

#ad001a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad001a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad001a Color CSS Codes

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

#ad001a Text Font Color

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

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


#ad001a Background Color

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

This div background color is #ad001a


#ad001a Border Color

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

This div border color is #ad001a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad001a


Comments

No comments written yet.

Please login to write comment.