Color Hex Logo

#ad556c Color Hex

#AD556C
(173,85,108)
0 Favorites   0 Comments

Color spaces of #ad556c

RGB 17385108
HSL0.960.350.51
HSV344°51°68°
CMYK 0.000.510.38   0.32
XYZ23.188916.463916.1430
Yxy16.46390.41560.2951
Hunter Lab40.575731.00464.8146
CIE-Lab47.577338.38833.7627

#ad556c color RGB value is (173,85,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010101 01101100
Octal 255 125 154
Decimal 173 85 108
Hex AD 55 6C

RGB Percentages of Color #ad556c

%47.27
%23.22
%29.51

CMYK Percentages of Color #ad556c

%0
%51
%38
%32

Triadic Colors of #ad556c

#ad556c #6cad55 #556cad

Analogous Colors of #ad556c

#ad556c #ad6a55 #ad5598

Monochromatic Colors of #ad556c

#ad556c

Complementary Color

#ad556c #55ad96

#ad556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad556c Color CSS Codes

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

#ad556c Text Font Color

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

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


#ad556c Background Color

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

This div background color is #ad556c


#ad556c Border Color

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

This div border color is #ad556c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad556c


Comments

No comments written yet.

Please login to write comment.