Color Hex Logo

#ad300b Color Hex

#AD300B
(173,48,11)
0 Favorites   0 Comments

Color spaces of #ad300b

RGB 1734811
HSL0.040.880.36
HSV14°94°68°
CMYK 0.000.720.94   0.32
XYZ18.350911.02231.4769
Yxy11.02230.59480.3573
Hunter Lab33.199840.564420.6024
CIE-Lab39.618049.252948.1958

#ad300b color RGB value is (173,48,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 00001011
Octal 255 60 13
Decimal 173 48 11
Hex AD 30 B

RGB Percentages of Color #ad300b

%74.57
%20.69
%4.74

CMYK Percentages of Color #ad300b

%0
%72
%94
%32

Triadic Colors of #ad300b

#ad300b #0bad30 #300bad

Analogous Colors of #ad300b

#ad300b #ad810b #ad0b37

Monochromatic Colors of #ad300b

#ad300b

Complementary Color

#ad300b #0b88ad

#ad300b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad300b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad300b Color CSS Codes

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

#ad300b Text Font Color

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

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


#ad300b Background Color

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

This div background color is #ad300b


#ad300b Border Color

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

This div border color is #ad300b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad300b


Comments

No comments written yet.

Please login to write comment.