Color Hex Logo

#ad666f Color Hex

#AD666F
(173,102,111)
0 Favorites   0 Comments

Color spaces of #ad666f

RGB 173102111
HSL0.980.300.54
HSV352°41°68°
CMYK 0.000.410.36   0.32
XYZ24.854219.534717.4995
Yxy19.53470.40160.3156
Hunter Lab44.198123.03057.4638
CIE-Lab51.307029.61887.3076

#ad666f color RGB value is (173,102,111).

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

The process color (four color CMYK) of #ad666f color hex is 0.00, 0.41, 0.36, 0.32. Web safe color of #ad666f is #996666. Color #ad666f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 01101111
Octal 255 146 157
Decimal 173 102 111
Hex AD 66 6F

RGB Percentages of Color #ad666f

%44.82
%26.42
%28.76

CMYK Percentages of Color #ad666f

%0
%41
%36
%32

Triadic Colors of #ad666f

#ad666f #6fad66 #666fad

Analogous Colors of #ad666f

#ad666f #ad8166 #ad6693

Monochromatic Colors of #ad666f

#ad666f

Complementary Color

#ad666f #66ada4

#ad666f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad666f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad666f Color CSS Codes

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

#ad666f Text Font Color

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

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


#ad666f Background Color

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

This div background color is #ad666f


#ad666f Border Color

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

This div border color is #ad666f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad666f


Comments

No comments written yet.

Please login to write comment.