Color Hex Logo

#a6a6be Color Hex

#A6A6BE
(166,166,190)
0 Favorites   0 Comments

Color spaces of #a6a6be

RGB 166166190
HSL0.670.160.70
HSV240°13°75°
CMYK 0.130.130.00   0.25
XYZ38.656439.097154.2243
Yxy39.09710.29290.2962
Hunter Lab62.52770.9304-7.6472
CIE-Lab68.82154.8411-12.2847

#a6a6be color RGB value is (166,166,190).

#a6a6be hex color red value is 166, green value is 166 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a6a6be hue: 0.67 , saturation: 0.16 and the lightness value of a6a6be is 0.70.

The process color (four color CMYK) of #a6a6be color hex is 0.13, 0.13, 0.00, 0.25. Web safe color of #a6a6be is #9999cc. Color #a6a6be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10100110 10111110
Octal 246 246 276
Decimal 166 166 190
Hex A6 A6 BE

RGB Percentages of Color #a6a6be

%31.80
%31.80
%36.40

CMYK Percentages of Color #a6a6be

%13
%13
%0
%25

Triadic Colors of #a6a6be

#a6a6be #bea6a6 #a6bea6

Analogous Colors of #a6a6be

#a6a6be #b2a6be #a6b2be

Monochromatic Colors of #a6a6be

#a6a6be

Complementary Color

#a6a6be #bebea6

#a6a6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a6be Color CSS Codes

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

#a6a6be Text Font Color

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

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


#a6a6be Background Color

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

This div background color is #a6a6be


#a6a6be Border Color

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

This div border color is #a6a6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a6be


Comments

No comments written yet.

Please login to write comment.