Color Hex Logo

#a6faff Color Hex

#A6FAFF
(166,250,255)
0 Favorites   0 Comments

Color spaces of #a6faff

RGB 166250255
HSL0.511.000.83
HSV183°35°100°
CMYK 0.350.020.00   0.00
XYZ67.961583.6982107.1812
Yxy83.69820.26260.3234
Hunter Lab91.4867-27.5019-5.4205
CIE-Lab93.3193-24.0967-10.4711

#a6faff color RGB value is (166,250,255).

#a6faff hex color red value is 166, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a6faff hue: 0.51 , saturation: 1.00 and the lightness value of a6faff is 0.83.

The process color (four color CMYK) of #a6faff color hex is 0.35, 0.02, 0.00, 0.00. Web safe color of #a6faff is #99ffff. Color #a6faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 11111111
Octal 246 372 377
Decimal 166 250 255
Hex A6 FA FF

RGB Percentages of Color #a6faff

%24.74
%37.26
%38.00

CMYK Percentages of Color #a6faff

%35
%2
%0
%0

Triadic Colors of #a6faff

#a6faff #ffa6fa #faffa6

Analogous Colors of #a6faff

#a6faff #a6ceff #a6ffd8

Monochromatic Colors of #a6faff

#a6faff

Complementary Color

#a6faff #ffaba6

#a6faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6faff Color CSS Codes

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

#a6faff Text Font Color

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

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


#a6faff Background Color

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

This div background color is #a6faff


#a6faff Border Color

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

This div border color is #a6faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6faff


Comments

No comments written yet.

Please login to write comment.