Color Hex Logo

#ad240b Color Hex

#AD240B
(173,36,11)
0 Favorites   0 Comments

Color spaces of #ad240b

RGB 1733611
HSL0.030.880.36
HSV94°68°
CMYK 0.000.790.94   0.32
XYZ17.924910.17021.3349
Yxy10.17020.60910.3456
Hunter Lab31.890844.521019.8417
CIE-Lab38.146253.343347.2386

#ad240b color RGB value is (173,36,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100100 00001011
Octal 255 44 13
Decimal 173 36 11
Hex AD 24 B

RGB Percentages of Color #ad240b

%78.64
%16.36
%5.00

CMYK Percentages of Color #ad240b

%0
%79
%94
%32

Triadic Colors of #ad240b

#ad240b #0bad24 #240bad

Analogous Colors of #ad240b

#ad240b #ad750b #ad0b43

Monochromatic Colors of #ad240b

#ad240b

Complementary Color

#ad240b #0b94ad

#ad240b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad240b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad240b Color CSS Codes

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

#ad240b Text Font Color

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

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


#ad240b Background Color

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

This div background color is #ad240b


#ad240b Border Color

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

This div border color is #ad240b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad240b


Comments

No comments written yet.

Please login to write comment.