Color Hex Logo

#ad606d Color Hex

#AD606D
(173,96,109)
0 Favorites   0 Comments

Color spaces of #ad606d

RGB 17396109
HSL0.970.320.53
HSV350°45°68°
CMYK 0.000.450.37   0.32
XYZ24.176818.354116.7364
Yxy18.35410.40790.3097
Hunter Lab42.841725.75986.8271
CIE-Lab49.922832.65366.5252

#ad606d color RGB value is (173,96,109).

#ad606d hex color red value is 173, green value is 96 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad606d hue: 0.97 , saturation: 0.32 and the lightness value of ad606d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 01101101
Octal 255 140 155
Decimal 173 96 109
Hex AD 60 6D

RGB Percentages of Color #ad606d

%45.77
%25.40
%28.84

CMYK Percentages of Color #ad606d

%0
%45
%37
%32

Triadic Colors of #ad606d

#ad606d #6dad60 #606dad

Analogous Colors of #ad606d

#ad606d #ad7a60 #ad6094

Monochromatic Colors of #ad606d

#ad606d

Complementary Color

#ad606d #60ada0

#ad606d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad606d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad606d Color CSS Codes

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

#ad606d Text Font Color

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

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


#ad606d Background Color

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

This div background color is #ad606d


#ad606d Border Color

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

This div border color is #ad606d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad606d


Comments

No comments written yet.

Please login to write comment.