Color Hex Logo

#a6a8eb Color Hex

#A6A8EB
(166,168,235)
0 Favorites   0 Comments

Color spaces of #a6a8eb

RGB 166168235
HSL0.660.630.79
HSV238°29°92°
CMYK 0.290.290.00   0.08
XYZ44.723942.110484.3682
Yxy42.11040.26120.2460
Hunter Lab64.89259.4602-31.6595
CIE-Lab70.947014.1278-33.7888

#a6a8eb color RGB value is (166,168,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101000 11101011
Octal 246 250 353
Decimal 166 168 235
Hex A6 A8 EB

RGB Percentages of Color #a6a8eb

%29.17
%29.53
%41.30

CMYK Percentages of Color #a6a8eb

%29
%29
%0
%8

Triadic Colors of #a6a8eb

#a6a8eb #eba6a8 #a8eba6

Analogous Colors of #a6a8eb

#a6a8eb #c7a6eb #a6cbeb

Monochromatic Colors of #a6a8eb

#a6a8eb

Complementary Color

#a6a8eb #ebe9a6

#a6a8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6a8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6a8eb Color CSS Codes

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

#a6a8eb Text Font Color

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

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


#a6a8eb Background Color

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

This div background color is #a6a8eb


#a6a8eb Border Color

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

This div border color is #a6a8eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,168,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 #a6a8eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6a8eb


Comments

No comments written yet.

Please login to write comment.