Color Hex Logo

#adac95 Color Hex

#ADAC95
(173,172,149)
0 Favorites   0 Comments

Color spaces of #adac95

RGB 173172149
HSL0.160.130.63
HSV58°14°68°
CMYK 0.000.010.14   0.32
XYZ37.410940.559234.2907
Yxy40.55920.33320.3613
Hunter Lab63.6861-6.595112.6566
CIE-Lab69.8660-3.682911.9728

#adac95 color RGB value is (173,172,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10010101
Octal 255 254 225
Decimal 173 172 149
Hex AD AC 95

RGB Percentages of Color #adac95

%35.02
%34.82
%30.16

CMYK Percentages of Color #adac95

%0
%1
%14
%32

Triadic Colors of #adac95

#adac95 #95adac #ac95ad

Analogous Colors of #adac95

#adac95 #a2ad95 #ada095

Monochromatic Colors of #adac95

#adac95

Complementary Color

#adac95 #9596ad

#adac95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adac95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adac95 Color CSS Codes

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

#adac95 Text Font Color

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

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


#adac95 Background Color

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

This div background color is #adac95


#adac95 Border Color

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

This div border color is #adac95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adac95

#adac95 Color Palettes


Comments

No comments written yet.

Please login to write comment.