Color Hex Logo

#a6aebb Color Hex

#A6AEBB
(166,174,187)
0 Favorites   0 Comments

Color spaces of #a6aebb

RGB 166174187
HSL0.600.130.69
HSV217°11°73°
CMYK 0.110.070.00   0.27
XYZ39.831641.967053.0148
Yxy41.96700.29550.3113
Hunter Lab64.7819-3.6165-3.1731
CIE-Lab70.8482-0.1777-7.6029

#a6aebb color RGB value is (166,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101110 10111011
Octal 246 256 273
Decimal 166 174 187
Hex A6 AE BB

RGB Percentages of Color #a6aebb

%31.50
%33.02
%35.48

CMYK Percentages of Color #a6aebb

%11
%7
%0
%27

Triadic Colors of #a6aebb

#a6aebb #bba6ae #aebba6

Analogous Colors of #a6aebb

#a6aebb #a9a6bb #a6b9bb

Monochromatic Colors of #a6aebb

#a6aebb

Complementary Color

#a6aebb #bbb3a6

#a6aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aebb Color CSS Codes

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

#a6aebb Text Font Color

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

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


#a6aebb Background Color

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

This div background color is #a6aebb


#a6aebb Border Color

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

This div border color is #a6aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aebb


Comments

No comments written yet.

Please login to write comment.