Color Hex Logo

#ad968c Color Hex

#AD968C
(173,150,140)
0 Favorites   0 Comments

Color spaces of #ad968c

RGB 173150140
HSL0.050.170.61
HSV18°19°68°
CMYK 0.000.130.19   0.32
XYZ32.873632.590429.3689
Yxy32.59040.34660.3437
Hunter Lab57.08802.88369.4599
CIE-Lab63.82796.88678.4114

#ad968c color RGB value is (173,150,140).

#ad968c hex color red value is 173, green value is 150 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ad968c hue: 0.05 , saturation: 0.17 and the lightness value of ad968c is 0.61.

The process color (four color CMYK) of #ad968c color hex is 0.00, 0.13, 0.19, 0.32. Web safe color of #ad968c is #999999. Color #ad968c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 10001100
Octal 255 226 214
Decimal 173 150 140
Hex AD 96 8C

RGB Percentages of Color #ad968c

%37.37
%32.40
%30.24

CMYK Percentages of Color #ad968c

%0
%13
%19
%32

Triadic Colors of #ad968c

#ad968c #8cad96 #968cad

Analogous Colors of #ad968c

#ad968c #ada78c #ad8c93

Monochromatic Colors of #ad968c

#ad968c

Complementary Color

#ad968c #8ca3ad

#ad968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad968c Color CSS Codes

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

#ad968c Text Font Color

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

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


#ad968c Background Color

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

This div background color is #ad968c


#ad968c Border Color

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

This div border color is #ad968c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad968c


Comments

No comments written yet.

Please login to write comment.