Color Hex Logo

#ad5424 Color Hex

#AD5424
(173,84,36)
0 Favorites   0 Comments

Color spaces of #ad5424

RGB 1738436
HSL0.060.660.41
HSV21°79°68°
CMYK 0.000.510.79   0.32
XYZ20.722315.35233.5402
Yxy15.35230.52310.3875
Hunter Lab39.182025.835322.0704
CIE-Lab46.113033.204643.2573

#ad5424 color RGB value is (173,84,36).

#ad5424 hex color red value is 173, green value is 84 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ad5424 hue: 0.06 , saturation: 0.66 and the lightness value of ad5424 is 0.41.

The process color (four color CMYK) of #ad5424 color hex is 0.00, 0.51, 0.79, 0.32. Web safe color of #ad5424 is #996633. Color #ad5424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 00100100
Octal 255 124 44
Decimal 173 84 36
Hex AD 54 24

RGB Percentages of Color #ad5424

%59.04
%28.67
%12.29

CMYK Percentages of Color #ad5424

%0
%51
%79
%32

Triadic Colors of #ad5424

#ad5424 #24ad54 #5424ad

Analogous Colors of #ad5424

#ad5424 #ad9924 #ad2439

Monochromatic Colors of #ad5424

#ad5424

Complementary Color

#ad5424 #247dad

#ad5424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5424 Color CSS Codes

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

#ad5424 Text Font Color

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

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


#ad5424 Background Color

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

This div background color is #ad5424


#ad5424 Border Color

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

This div border color is #ad5424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5424


Comments

No comments written yet.

Please login to write comment.