Color Hex Logo

#a6bffe Color Hex

#A6BFFE
(166,191,254)
0 Favorites   0 Comments

Color spaces of #a6bffe

RGB 166191254
HSL0.620.980.82
HSV223°35°100°
CMYK 0.350.250.00   0.00
XYZ52.246152.5244101.1505
Yxy52.52440.25370.2551
Hunter Lab72.47371.8511-32.0186
CIE-Lab77.59346.1633-33.7810

#a6bffe color RGB value is (166,191,254).

#a6bffe hex color red value is 166, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a6bffe hue: 0.62 , saturation: 0.98 and the lightness value of a6bffe is 0.82.

The process color (four color CMYK) of #a6bffe color hex is 0.35, 0.25, 0.00, 0.00. Web safe color of #a6bffe is #99ccff. Color #a6bffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111111 11111110
Octal 246 277 376
Decimal 166 191 254
Hex A6 BF FE

RGB Percentages of Color #a6bffe

%27.17
%31.26
%41.57

CMYK Percentages of Color #a6bffe

%35
%25
%0
%0

Triadic Colors of #a6bffe

#a6bffe #fea6bf #bffea6

Analogous Colors of #a6bffe

#a6bffe #b9a6fe #a6ebfe

Monochromatic Colors of #a6bffe

#a6bffe

Complementary Color

#a6bffe #fee5a6

#a6bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bffe Color CSS Codes

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

#a6bffe Text Font Color

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

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


#a6bffe Background Color

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

This div background color is #a6bffe


#a6bffe Border Color

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

This div border color is #a6bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bffe

Related Colors


Comments

No comments written yet.

Please login to write comment.