Color Hex Logo

#a6afeb Color Hex

#A6AFEB
(166,175,235)
0 Favorites   0 Comments

Color spaces of #a6afeb

RGB 166175235
HSL0.640.630.79
HSV232°29°92°
CMYK 0.290.260.00   0.08
XYZ46.051344.765184.8106
Yxy44.76510.26220.2549
Hunter Lab66.90675.7732-28.3210
CIE-Lab72.737010.2224-31.0231

#a6afeb color RGB value is (166,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 11101011
Octal 246 257 353
Decimal 166 175 235
Hex A6 AF EB

RGB Percentages of Color #a6afeb

%28.82
%30.38
%40.80

CMYK Percentages of Color #a6afeb

%29
%26
%0
%8

Triadic Colors of #a6afeb

#a6afeb #eba6af #afeba6

Analogous Colors of #a6afeb

#a6afeb #c0a6eb #a6d2eb

Monochromatic Colors of #a6afeb

#a6afeb

Complementary Color

#a6afeb #ebe2a6

#a6afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afeb Color CSS Codes

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

#a6afeb Text Font Color

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

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


#a6afeb Background Color

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

This div background color is #a6afeb


#a6afeb Border Color

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

This div border color is #a6afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afeb


Comments

No comments written yet.

Please login to write comment.