Color Hex Logo

#a6a9eb Color Hex

#A6A9EB
(166,169,235)
0 Favorites   0 Comments

Color spaces of #a6a9eb

RGB 166169235
HSL0.660.630.79
HSV237°29°92°
CMYK 0.290.280.00   0.08
XYZ44.909242.481184.4300
Yxy42.48110.26140.2472
Hunter Lab65.17758.9310-31.1791
CIE-Lab71.201413.5677-33.3950

#a6a9eb color RGB value is (166,169,235).

#a6a9eb hex color red value is 166, green value is 169 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a6a9eb hue: 0.66 , saturation: 0.63 and the lightness value of a6a9eb is 0.79.

The process color (four color CMYK) of #a6a9eb color hex is 0.29, 0.28, 0.00, 0.08. Web safe color of #a6a9eb is #9999ff. Color #a6a9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101001 11101011
Octal 246 251 353
Decimal 166 169 235
Hex A6 A9 EB

RGB Percentages of Color #a6a9eb

%29.12
%29.65
%41.23

CMYK Percentages of Color #a6a9eb

%29
%28
%0
%8

Triadic Colors of #a6a9eb

#a6a9eb #eba6a9 #a9eba6

Analogous Colors of #a6a9eb

#a6a9eb #c6a6eb #a6cceb

Monochromatic Colors of #a6a9eb

#a6a9eb

Complementary Color

#a6a9eb #ebe8a6

#a6a9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a9eb Color CSS Codes

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

#a6a9eb Text Font Color

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

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


#a6a9eb Background Color

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

This div background color is #a6a9eb


#a6a9eb Border Color

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

This div border color is #a6a9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a9eb


Comments

No comments written yet.

Please login to write comment.