Color Hex Logo

#a6fffb Color Hex

#A6FFFB
(166,255,251)
0 Favorites   0 Comments

Color spaces of #a6fffb

RGB 166255251
HSL0.491.000.83
HSV177°35°100°
CMYK 0.350.000.02   0.00
XYZ68.898586.5920104.3494
Yxy86.59200.26520.3333
Hunter Lab93.0548-30.6832-1.3480
CIE-Lab94.5649-27.4203-6.5556

#a6fffb color RGB value is (166,255,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111111 11111011
Octal 246 377 373
Decimal 166 255 251
Hex A6 FF FB

RGB Percentages of Color #a6fffb

%24.70
%37.95
%37.35

CMYK Percentages of Color #a6fffb

%35
%0
%2
%0

Triadic Colors of #a6fffb

#a6fffb #fba6ff #fffba6

Analogous Colors of #a6fffb

#a6fffb #a6d7ff #a6ffcf

Monochromatic Colors of #a6fffb

#a6fffb

Complementary Color

#a6fffb #ffa6aa

#a6fffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fffb Color CSS Codes

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

#a6fffb Text Font Color

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

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


#a6fffb Background Color

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

This div background color is #a6fffb


#a6fffb Border Color

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

This div border color is #a6fffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fffb

Related Colors


Comments

No comments written yet.

Please login to write comment.