Color Hex Logo

#a6e5fc Color Hex

#A6E5FC
(166,229,252)
0 Favorites   0 Comments

Color spaces of #a6e5fc

RGB 166229252
HSL0.540.930.82
HSV196°34°99°
CMYK 0.340.090.00   0.01
XYZ61.315971.1739102.6017
Yxy71.17390.26080.3027
Hunter Lab84.3646-17.9049-13.0515
CIE-Lab87.5694-14.3890-17.5097

#a6e5fc color RGB value is (166,229,252).

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

The process color (four color CMYK) of #a6e5fc color hex is 0.34, 0.09, 0.00, 0.01. Web safe color of #a6e5fc is #99ccff. Color #a6e5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11100101 11111100
Octal 246 345 374
Decimal 166 229 252
Hex A6 E5 FC

RGB Percentages of Color #a6e5fc

%25.66
%35.39
%38.95

CMYK Percentages of Color #a6e5fc

%34
%9
%0
%1

Triadic Colors of #a6e5fc

#a6e5fc #fca6e5 #e5fca6

Analogous Colors of #a6e5fc

#a6e5fc #a6bafc #a6fce8

Monochromatic Colors of #a6e5fc

#a6e5fc

Complementary Color

#a6e5fc #fcbda6

#a6e5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6e5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6e5fc Color CSS Codes

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

#a6e5fc Text Font Color

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

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


#a6e5fc Background Color

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

This div background color is #a6e5fc


#a6e5fc Border Color

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

This div border color is #a6e5fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,229,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 #a6e5fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6e5fc


Comments

No comments written yet.

Please login to write comment.