Color Hex Logo

#a6afef Color Hex

#A6AFEF
(166,175,239)
0 Favorites   0 Comments

Color spaces of #a6afef

RGB 166175239
HSL0.650.700.79
HSV233°31°94°
CMYK 0.310.270.00   0.06
XYZ46.635844.998987.8890
Yxy44.99890.25980.2507
Hunter Lab67.08126.7036-30.7242
CIE-Lab72.891211.2122-32.9573

#a6afef color RGB value is (166,175,239).

#a6afef hex color red value is 166, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a6afef hue: 0.65 , saturation: 0.70 and the lightness value of a6afef is 0.79.

The process color (four color CMYK) of #a6afef color hex is 0.31, 0.27, 0.00, 0.06. Web safe color of #a6afef is #9999ff. Color #a6afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 11101111
Octal 246 257 357
Decimal 166 175 239
Hex A6 AF EF

RGB Percentages of Color #a6afef

%28.62
%30.17
%41.21

CMYK Percentages of Color #a6afef

%31
%27
%0
%6

Triadic Colors of #a6afef

#a6afef #efa6af #afefa6

Analogous Colors of #a6afef

#a6afef #c2a6ef #a6d4ef

Monochromatic Colors of #a6afef

#a6afef

Complementary Color

#a6afef #efe6a6

#a6afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afef Color CSS Codes

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

#a6afef Text Font Color

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

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


#a6afef Background Color

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

This div background color is #a6afef


#a6afef Border Color

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

This div border color is #a6afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afef


Comments

No comments written yet.

Please login to write comment.