Color Hex Logo

#a6fdfc Color Hex

#A6FDFC
(166,253,252)
0 Favorites   0 Comments

Color spaces of #a6fdfc

RGB 166253252
HSL0.500.960.82
HSV179°34°99°
CMYK 0.340.000.00   0.01
XYZ68.421985.3858104.9704
Yxy85.38580.26440.3300
Hunter Lab92.4044-29.5354-2.6697
CIE-Lab94.0491-26.2352-7.8353

#a6fdfc color RGB value is (166,253,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111101 11111100
Octal 246 375 374
Decimal 166 253 252
Hex A6 FD FC

RGB Percentages of Color #a6fdfc

%24.74
%37.70
%37.56

CMYK Percentages of Color #a6fdfc

%34
%0
%0
%1

Triadic Colors of #a6fdfc

#a6fdfc #fca6fd #fdfca6

Analogous Colors of #a6fdfc

#a6fdfc #a6d3fd #a6fdd1

Monochromatic Colors of #a6fdfc

#a6fdfc

Complementary Color

#a6fdfc #fda6a7

#a6fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fdfc Color CSS Codes

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

#a6fdfc Text Font Color

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

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


#a6fdfc Background Color

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

This div background color is #a6fdfc


#a6fdfc Border Color

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

This div border color is #a6fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fdfc

Related Colors

#a6fdfc Color Palettes


Comments

No comments written yet.

Please login to write comment.