Color Hex Logo

#ad626d Color Hex

#AD626D
(173,98,109)
0 Favorites   0 Comments

Color spaces of #ad626d

RGB 17398109
HSL0.980.310.53
HSV351°43°68°
CMYK 0.000.430.37   0.32
XYZ24.361618.723716.7980
Yxy18.72370.40680.3127
Hunter Lab43.270924.77187.2729
CIE-Lab50.362431.56417.1518

#ad626d color RGB value is (173,98,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 01101101
Octal 255 142 155
Decimal 173 98 109
Hex AD 62 6D

RGB Percentages of Color #ad626d

%45.53
%25.79
%28.68

CMYK Percentages of Color #ad626d

%0
%43
%37
%32

Triadic Colors of #ad626d

#ad626d #6dad62 #626dad

Analogous Colors of #ad626d

#ad626d #ad7d62 #ad6293

Monochromatic Colors of #ad626d

#ad626d

Complementary Color

#ad626d #62ada2

#ad626d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad626d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad626d Color CSS Codes

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

#ad626d Text Font Color

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

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


#ad626d Background Color

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

This div background color is #ad626d


#ad626d Border Color

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

This div border color is #ad626d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,98,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 #ad626d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad626d


Comments

No comments written yet.

Please login to write comment.