Color Hex Logo

#ad668e Color Hex

#AD668E
(173,102,142)
0 Favorites   0 Comments

Color spaces of #ad668e

RGB 173102142
HSL0.910.300.54
HSV326°41°68°
CMYK 0.000.410.18   0.32
XYZ26.867420.340028.1011
Yxy20.34000.35680.2701
Hunter Lab45.099927.4132-5.3728
CIE-Lab52.219534.0956-9.7162

#ad668e color RGB value is (173,102,142).

#ad668e hex color red value is 173, green value is 102 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ad668e hue: 0.91 , saturation: 0.30 and the lightness value of ad668e is 0.54.

The process color (four color CMYK) of #ad668e color hex is 0.00, 0.41, 0.18, 0.32. Web safe color of #ad668e is #996699. Color #ad668e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10001110
Octal 255 146 216
Decimal 173 102 142
Hex AD 66 8E

RGB Percentages of Color #ad668e

%41.49
%24.46
%34.05

CMYK Percentages of Color #ad668e

%0
%41
%18
%32

Triadic Colors of #ad668e

#ad668e #8ead66 #668ead

Analogous Colors of #ad668e

#ad668e #ad666b #a966ad

Monochromatic Colors of #ad668e

#ad668e

Complementary Color

#ad668e #66ad85

#ad668e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad668e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad668e Color CSS Codes

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

#ad668e Text Font Color

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

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


#ad668e Background Color

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

This div background color is #ad668e


#ad668e Border Color

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

This div border color is #ad668e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad668e


Comments

No comments written yet.

Please login to write comment.