Color Hex Logo

#ad390e Color Hex

#AD390E
(173,57,14)
0 Favorites   0 Comments

Color spaces of #ad390e

RGB 1735714
HSL0.050.850.37
HSV16°92°68°
CMYK 0.000.670.92   0.32
XYZ18.776011.84221.7116
Yxy11.84220.58080.3663
Hunter Lab34.412537.170521.1398
CIE-Lab40.964245.664748.1134

#ad390e color RGB value is (173,57,14).

#ad390e hex color red value is 173, green value is 57 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ad390e hue: 0.05 , saturation: 0.85 and the lightness value of ad390e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 00001110
Octal 255 71 16
Decimal 173 57 14
Hex AD 39 E

RGB Percentages of Color #ad390e

%70.90
%23.36
%5.74

CMYK Percentages of Color #ad390e

%0
%67
%92
%32

Triadic Colors of #ad390e

#ad390e #0ead39 #390ead

Analogous Colors of #ad390e

#ad390e #ad890e #ad0e32

Monochromatic Colors of #ad390e

#ad390e

Complementary Color

#ad390e #0e82ad

#ad390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad390e Color CSS Codes

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

#ad390e Text Font Color

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

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


#ad390e Background Color

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

This div background color is #ad390e


#ad390e Border Color

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

This div border color is #ad390e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad390e


Comments

No comments written yet.

Please login to write comment.