Color Hex Logo

#adac97 Color Hex

#ADAC97
(173,172,151)
0 Favorites   0 Comments

Color spaces of #adac97

RGB 173172151
HSL0.160.120.64
HSV57°13°68°
CMYK 0.000.010.13   0.32
XYZ37.572040.623635.1390
Yxy40.62360.33150.3584
Hunter Lab63.7366-6.315511.9282
CIE-Lab69.9114-3.353510.9382

#adac97 color RGB value is (173,172,151).

#adac97 hex color red value is 173, green value is 172 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #adac97 hue: 0.16 , saturation: 0.12 and the lightness value of adac97 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10010111
Octal 255 254 227
Decimal 173 172 151
Hex AD AC 97

RGB Percentages of Color #adac97

%34.88
%34.68
%30.44

CMYK Percentages of Color #adac97

%0
%1
%13
%32

Triadic Colors of #adac97

#adac97 #97adac #ac97ad

Analogous Colors of #adac97

#adac97 #a3ad97 #ada197

Monochromatic Colors of #adac97

#adac97

Complementary Color

#adac97 #9798ad

#adac97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac97 Color CSS Codes

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

#adac97 Text Font Color

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

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


#adac97 Background Color

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

This div background color is #adac97


#adac97 Border Color

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

This div border color is #adac97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac97


Comments

No comments written yet.

Please login to write comment.