Color Hex Logo

#a6aeb9 Color Hex

#A6AEB9
(166,174,185)
0 Favorites   0 Comments

Color spaces of #a6aeb9

RGB 166174185
HSL0.600.120.69
HSV215°10°73°
CMYK 0.100.060.00   0.27
XYZ39.618941.881951.8948
Yxy41.88190.29700.3140
Hunter Lab64.7162-3.9767-2.2422
CIE-Lab70.7894-0.5917-6.5883

#a6aeb9 color RGB value is (166,174,185).

#a6aeb9 hex color red value is 166, green value is 174 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #a6aeb9 hue: 0.60 , saturation: 0.12 and the lightness value of a6aeb9 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101110 10111001
Octal 246 256 271
Decimal 166 174 185
Hex A6 AE B9

RGB Percentages of Color #a6aeb9

%31.62
%33.14
%35.24

CMYK Percentages of Color #a6aeb9

%10
%6
%0
%27

Triadic Colors of #a6aeb9

#a6aeb9 #b9a6ae #aeb9a6

Analogous Colors of #a6aeb9

#a6aeb9 #a8a6b9 #a6b8b9

Monochromatic Colors of #a6aeb9

#a6aeb9

Complementary Color

#a6aeb9 #b9b1a6

#a6aeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aeb9 Color CSS Codes

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

#a6aeb9 Text Font Color

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

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


#a6aeb9 Background Color

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

This div background color is #a6aeb9


#a6aeb9 Border Color

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

This div border color is #a6aeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aeb9


Comments

No comments written yet.

Please login to write comment.