Color Hex Logo

#a6a5ba Color Hex

#A6A5BA
(166,165,186)
0 Favorites   0 Comments

Color spaces of #a6a5ba

RGB 166165186
HSL0.670.130.69
HSV243°11°73°
CMYK 0.110.110.00   0.27
XYZ38.043938.562451.8925
Yxy38.56240.29610.3001
Hunter Lab62.09860.6830-6.0764
CIE-Lab68.43314.5485-10.6487

#a6a5ba color RGB value is (166,165,186).

#a6a5ba hex color red value is 166, green value is 165 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a6a5ba hue: 0.67 , saturation: 0.13 and the lightness value of a6a5ba is 0.69.

The process color (four color CMYK) of #a6a5ba color hex is 0.11, 0.11, 0.00, 0.27. Web safe color of #a6a5ba is #9999cc. Color #a6a5ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10100101 10111010
Octal 246 245 272
Decimal 166 165 186
Hex A6 A5 BA

RGB Percentages of Color #a6a5ba

%32.11
%31.91
%35.98

CMYK Percentages of Color #a6a5ba

%11
%11
%0
%27

Triadic Colors of #a6a5ba

#a6a5ba #baa6a5 #a5baa6

Analogous Colors of #a6a5ba

#a6a5ba #b1a5ba #a5afba

Monochromatic Colors of #a6a5ba

#a6a5ba

Complementary Color

#a6a5ba #b9baa5

#a6a5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a5ba Color CSS Codes

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

#a6a5ba Text Font Color

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

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


#a6a5ba Background Color

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

This div background color is #a6a5ba


#a6a5ba Border Color

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

This div border color is #a6a5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a5ba

#a6a5ba Color Palettes


Comments

No comments written yet.

Please login to write comment.