Color Hex Logo

#ad555f Color Hex

#AD555F
(173,85,95)
0 Favorites   0 Comments

Color spaces of #ad555f

RGB 1738595
HSL0.980.350.51
HSV353°51°68°
CMYK 0.000.510.45   0.32
XYZ22.547616.207512.7664
Yxy16.20750.43760.3146
Hunter Lab40.258529.52019.3795
CIE-Lab47.245636.911211.1553

#ad555f color RGB value is (173,85,95).

#ad555f hex color red value is 173, green value is 85 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ad555f hue: 0.98 , saturation: 0.35 and the lightness value of ad555f is 0.51.

The process color (four color CMYK) of #ad555f color hex is 0.00, 0.51, 0.45, 0.32. Web safe color of #ad555f is #996666. Color #ad555f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 01011111
Octal 255 125 137
Decimal 173 85 95
Hex AD 55 5F

RGB Percentages of Color #ad555f

%49.01
%24.08
%26.91

CMYK Percentages of Color #ad555f

%0
%51
%45
%32

Triadic Colors of #ad555f

#ad555f #5fad55 #555fad

Analogous Colors of #ad555f

#ad555f #ad7755 #ad558b

Monochromatic Colors of #ad555f

#ad555f

Complementary Color

#ad555f #55ada3

#ad555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad555f Color CSS Codes

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

#ad555f Text Font Color

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

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


#ad555f Background Color

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

This div background color is #ad555f


#ad555f Border Color

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

This div border color is #ad555f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad555f


Comments

No comments written yet.

Please login to write comment.