Color Hex Logo

#ad2b0a Color Hex

#AD2B0A
(173,43,10)
0 Favorites   0 Comments

Color spaces of #ad2b0a

RGB 1734310
HSL0.030.890.36
HSV12°94°68°
CMYK 0.000.750.94   0.32
XYZ18.152210.63391.3830
Yxy10.63390.60170.3525
Hunter Lab32.609742.295320.3122
CIE-Lab38.956951.055748.0890

#ad2b0a color RGB value is (173,43,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101011 00001010
Octal 255 53 12
Decimal 173 43 10
Hex AD 2B A

RGB Percentages of Color #ad2b0a

%76.55
%19.03
%4.42

CMYK Percentages of Color #ad2b0a

%0
%75
%94
%32

Triadic Colors of #ad2b0a

#ad2b0a #0aad2b #2b0aad

Analogous Colors of #ad2b0a

#ad2b0a #ad7d0a #ad0a3b

Monochromatic Colors of #ad2b0a

#ad2b0a

Complementary Color

#ad2b0a #0a8cad

#ad2b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2b0a Color CSS Codes

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

#ad2b0a Text Font Color

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

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


#ad2b0a Background Color

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

This div background color is #ad2b0a


#ad2b0a Border Color

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

This div border color is #ad2b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2b0a


Comments

No comments written yet.

Please login to write comment.