Color Hex Logo

#ad300d Color Hex

#AD300D
(173,48,13)
0 Favorites   0 Comments

Color spaces of #ad300d

RGB 1734813
HSL0.040.860.36
HSV13°92°68°
CMYK 0.000.720.92   0.32
XYZ18.363211.02721.5414
Yxy11.02720.59370.3565
Hunter Lab33.207240.595720.4930
CIE-Lab39.626249.281947.5255

#ad300d color RGB value is (173,48,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 00001101
Octal 255 60 15
Decimal 173 48 13
Hex AD 30 D

RGB Percentages of Color #ad300d

%73.93
%20.51
%5.56

CMYK Percentages of Color #ad300d

%0
%72
%92
%32

Triadic Colors of #ad300d

#ad300d #0dad30 #300dad

Analogous Colors of #ad300d

#ad300d #ad800d #ad0d3a

Monochromatic Colors of #ad300d

#ad300d

Complementary Color

#ad300d #0d8aad

#ad300d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad300d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad300d Color CSS Codes

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

#ad300d Text Font Color

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

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


#ad300d Background Color

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

This div background color is #ad300d


#ad300d Border Color

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

This div border color is #ad300d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad300d


Comments

No comments written yet.

Please login to write comment.