Color Hex Logo

#ad280a Color Hex

#AD280A
(173,40,10)
0 Favorites   0 Comments

Color spaces of #ad280a

RGB 1734010
HSL0.030.890.36
HSV11°94°68°
CMYK 0.000.770.94   0.32
XYZ18.047210.42371.3480
Yxy10.42370.60520.3496
Hunter Lab32.285843.278520.1245
CIE-Lab38.592452.070747.8576

#ad280a color RGB value is (173,40,10).

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

The process color (four color CMYK) of #ad280a color hex is 0.00, 0.77, 0.94, 0.32. Web safe color of #ad280a is #993300. Color #ad280a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101000 00001010
Octal 255 50 12
Decimal 173 40 10
Hex AD 28 A

RGB Percentages of Color #ad280a

%77.58
%17.94
%4.48

CMYK Percentages of Color #ad280a

%0
%77
%94
%32

Triadic Colors of #ad280a

#ad280a #0aad28 #280aad

Analogous Colors of #ad280a

#ad280a #ad7a0a #ad0a3e

Monochromatic Colors of #ad280a

#ad280a

Complementary Color

#ad280a #0a8fad

#ad280a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad280a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad280a Color CSS Codes

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

#ad280a Text Font Color

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

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


#ad280a Background Color

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

This div background color is #ad280a


#ad280a Border Color

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

This div border color is #ad280a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad280a


Comments

No comments written yet.

Please login to write comment.