Color Hex Logo

#ad401a Color Hex

#AD401A
(173,64,26)
0 Favorites   0 Comments

Color spaces of #ad401a

RGB 1736426
HSL0.040.740.39
HSV16°85°68°
CMYK 0.000.630.85   0.32
XYZ19.253412.62562.3995
Yxy12.62560.56170.3683
Hunter Lab35.532534.538820.8689
CIE-Lab42.193642.813044.2613

#ad401a color RGB value is (173,64,26).

#ad401a hex color red value is 173, green value is 64 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad401a hue: 0.04 , saturation: 0.74 and the lightness value of ad401a is 0.39.

The process color (four color CMYK) of #ad401a color hex is 0.00, 0.63, 0.85, 0.32. Web safe color of #ad401a is #993333. Color #ad401a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 00011010
Octal 255 100 32
Decimal 173 64 26
Hex AD 40 1A

RGB Percentages of Color #ad401a

%65.78
%24.33
%9.89

CMYK Percentages of Color #ad401a

%0
%63
%85
%32

Triadic Colors of #ad401a

#ad401a #1aad40 #401aad

Analogous Colors of #ad401a

#ad401a #ad8a1a #ad1a3d

Monochromatic Colors of #ad401a

#ad401a

Complementary Color

#ad401a #1a87ad

#ad401a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad401a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad401a Color CSS Codes

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

#ad401a Text Font Color

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

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


#ad401a Background Color

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

This div background color is #ad401a


#ad401a Border Color

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

This div border color is #ad401a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad401a


Comments

No comments written yet.

Please login to write comment.