Color Hex Logo

#a6fbfa Color Hex

#A6FBFA
(166,251,250)
0 Favorites   0 Comments

Color spaces of #a6fbfa

RGB 166251250
HSL0.500.910.82
HSV179°34°98°
CMYK 0.340.000.00   0.02
XYZ67.478484.0035103.1003
Yxy84.00350.26510.3300
Hunter Lab91.6534-28.9757-2.5375
CIE-Lab93.4520-25.7308-7.6844

#a6fbfa color RGB value is (166,251,250).

#a6fbfa hex color red value is 166, green value is 251 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a6fbfa hue: 0.50 , saturation: 0.91 and the lightness value of a6fbfa is 0.82.

The process color (four color CMYK) of #a6fbfa color hex is 0.34, 0.00, 0.00, 0.02. Web safe color of #a6fbfa is #99ffff. Color #a6fbfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111011 11111010
Octal 246 373 372
Decimal 166 251 250
Hex A6 FB FA

RGB Percentages of Color #a6fbfa

%24.89
%37.63
%37.48

CMYK Percentages of Color #a6fbfa

%34
%0
%0
%2

Triadic Colors of #a6fbfa

#a6fbfa #faa6fb #fbfaa6

Analogous Colors of #a6fbfa

#a6fbfa #a6d2fb #a6fbd0

Monochromatic Colors of #a6fbfa

#a6fbfa

Complementary Color

#a6fbfa #fba6a7

#a6fbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fbfa Color CSS Codes

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

#a6fbfa Text Font Color

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

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


#a6fbfa Background Color

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

This div background color is #a6fbfa


#a6fbfa Border Color

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

This div border color is #a6fbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.