Color Hex Logo

#ad5334 Color Hex

#AD5334
(173,83,52)
0 Favorites   0 Comments

Color spaces of #ad5334

RGB 1738352
HSL0.040.540.44
HSV15°70°68°
CMYK 0.000.520.70   0.32
XYZ20.946715.31875.1016
Yxy15.31870.50640.3703
Hunter Lab39.139127.037219.6692
CIE-Lab46.067634.482434.9115

#ad5334 color RGB value is (173,83,52).

#ad5334 hex color red value is 173, green value is 83 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ad5334 hue: 0.04 , saturation: 0.54 and the lightness value of ad5334 is 0.44.

The process color (four color CMYK) of #ad5334 color hex is 0.00, 0.52, 0.70, 0.32. Web safe color of #ad5334 is #996633. Color #ad5334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 00110100
Octal 255 123 64
Decimal 173 83 52
Hex AD 53 34

RGB Percentages of Color #ad5334

%56.17
%26.95
%16.88

CMYK Percentages of Color #ad5334

%0
%52
%70
%32

Triadic Colors of #ad5334

#ad5334 #34ad53 #5334ad

Analogous Colors of #ad5334

#ad5334 #ad9034 #ad3451

Monochromatic Colors of #ad5334

#ad5334

Complementary Color

#ad5334 #348ead

#ad5334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5334 Color CSS Codes

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

#ad5334 Text Font Color

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

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


#ad5334 Background Color

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

This div background color is #ad5334


#ad5334 Border Color

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

This div border color is #ad5334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5334


Comments

No comments written yet.

Please login to write comment.