Color Hex Logo

#ad583c Color Hex

#AD583C
(173,88,60)
0 Favorites   0 Comments

Color spaces of #ad583c

RGB 1738860
HSL0.040.480.46
HSV15°65°68°
CMYK 0.000.490.65   0.32
XYZ21.538916.18996.2647
Yxy16.18990.48960.3680
Hunter Lab40.236725.137818.9344
CIE-Lab47.222732.323731.7940

#ad583c color RGB value is (173,88,60).

#ad583c hex color red value is 173, green value is 88 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ad583c hue: 0.04 , saturation: 0.48 and the lightness value of ad583c is 0.46.

The process color (four color CMYK) of #ad583c color hex is 0.00, 0.49, 0.65, 0.32. Web safe color of #ad583c is #996633. Color #ad583c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 00111100
Octal 255 130 74
Decimal 173 88 60
Hex AD 58 3C

RGB Percentages of Color #ad583c

%53.89
%27.41
%18.69

CMYK Percentages of Color #ad583c

%0
%49
%65
%32

Triadic Colors of #ad583c

#ad583c #3cad58 #583cad

Analogous Colors of #ad583c

#ad583c #ad913c #ad3c58

Monochromatic Colors of #ad583c

#ad583c

Complementary Color

#ad583c #3c91ad

#ad583c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad583c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad583c Color CSS Codes

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

#ad583c Text Font Color

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

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


#ad583c Background Color

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

This div background color is #ad583c


#ad583c Border Color

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

This div border color is #ad583c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad583c


Comments

No comments written yet.

Please login to write comment.