Color Hex Logo

#a6aabc Color Hex

#A6AABC
(166,170,188)
0 Favorites   0 Comments

Color spaces of #a6aabc

RGB 166170188
HSL0.640.140.69
HSV229°12°74°
CMYK 0.120.100.00   0.26
XYZ39.177740.487353.3269
Yxy40.48730.29460.3044
Hunter Lab63.6296-1.4468-5.1492
CIE-Lab69.81522.2159-9.6921

#a6aabc color RGB value is (166,170,188).

#a6aabc hex color red value is 166, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a6aabc hue: 0.64 , saturation: 0.14 and the lightness value of a6aabc is 0.69.

The process color (four color CMYK) of #a6aabc color hex is 0.12, 0.10, 0.00, 0.26. Web safe color of #a6aabc is #9999cc. Color #a6aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101010 10111100
Octal 246 252 274
Decimal 166 170 188
Hex A6 AA BC

RGB Percentages of Color #a6aabc

%31.68
%32.44
%35.88

CMYK Percentages of Color #a6aabc

%12
%10
%0
%26

Triadic Colors of #a6aabc

#a6aabc #bca6aa #aabca6

Analogous Colors of #a6aabc

#a6aabc #ada6bc #a6b5bc

Monochromatic Colors of #a6aabc

#a6aabc

Complementary Color

#a6aabc #bcb8a6

#a6aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aabc Color CSS Codes

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

#a6aabc Text Font Color

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

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


#a6aabc Background Color

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

This div background color is #a6aabc


#a6aabc Border Color

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

This div border color is #a6aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aabc


Comments

No comments written yet.

Please login to write comment.