Color Hex Logo

#a6adac Color Hex

#A6ADAC
(166,173,172)
0 Favorites   0 Comments

Color spaces of #a6adac

RGB 166173172
HSL0.480.040.66
HSV171°68°
CMYK 0.040.000.01   0.32
XYZ38.115840.972744.9293
Yxy40.97270.30730.3304
Hunter Lab64.0099-5.72653.1906
CIE-Lab70.1568-2.6493-0.3510

#a6adac color RGB value is (166,173,172).

#a6adac hex color red value is 166, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a6adac hue: 0.48 , saturation: 0.04 and the lightness value of a6adac is 0.66.

The process color (four color CMYK) of #a6adac color hex is 0.04, 0.00, 0.01, 0.32. Web safe color of #a6adac is #999999. Color #a6adac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101101 10101100
Octal 246 255 254
Decimal 166 173 172
Hex A6 AD AC

RGB Percentages of Color #a6adac

%32.49
%33.86
%33.66

CMYK Percentages of Color #a6adac

%4
%0
%1
%32

Triadic Colors of #a6adac

#a6adac #aca6ad #adaca6

Analogous Colors of #a6adac

#a6adac #a6abad #a6ada9

Monochromatic Colors of #a6adac

#a6adac

Complementary Color

#a6adac #ada6a7

#a6adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6adac Color CSS Codes

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

#a6adac Text Font Color

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

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


#a6adac Background Color

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

This div background color is #a6adac


#a6adac Border Color

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

This div border color is #a6adac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6adac


Comments

No comments written yet.

Please login to write comment.