Color Hex Logo

#ad968a Color Hex

#AD968A
(173,150,138)
0 Favorites   0 Comments

Color spaces of #ad968a

RGB 173150138
HSL0.060.180.61
HSV21°20°68°
CMYK 0.000.130.20   0.32
XYZ32.727432.531928.5991
Yxy32.53190.34870.3466
Hunter Lab57.03672.608110.1968
CIE-Lab63.78016.57179.4681

#ad968a color RGB value is (173,150,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 10001010
Octal 255 226 212
Decimal 173 150 138
Hex AD 96 8A

RGB Percentages of Color #ad968a

%37.53
%32.54
%29.93

CMYK Percentages of Color #ad968a

%0
%13
%20
%32

Triadic Colors of #ad968a

#ad968a #8aad96 #968aad

Analogous Colors of #ad968a

#ad968a #ada88a #ad8a90

Monochromatic Colors of #ad968a

#ad968a

Complementary Color

#ad968a #8aa1ad

#ad968a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad968a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad968a Color CSS Codes

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

#ad968a Text Font Color

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

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


#ad968a Background Color

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

This div background color is #ad968a


#ad968a Border Color

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

This div border color is #ad968a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad968a


Comments

No comments written yet.

Please login to write comment.