Color Hex Logo

#a6ecff Color Hex

#A6ECFF
(166,236,255)
0 Favorites   0 Comments

Color spaces of #a6ecff

RGB 166236255
HSL0.541.000.83
HSV193°35°100°
CMYK 0.350.070.00   0.00
XYZ63.771375.3179105.7844
Yxy75.31790.26040.3076
Hunter Lab86.7859-20.7114-11.5192
CIE-Lab89.5417-17.1985-16.1161

#a6ecff color RGB value is (166,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101100 11111111
Octal 246 354 377
Decimal 166 236 255
Hex A6 EC FF

RGB Percentages of Color #a6ecff

%25.27
%35.92
%38.81

CMYK Percentages of Color #a6ecff

%35
%7
%0
%0

Triadic Colors of #a6ecff

#a6ecff #ffa6ec #ecffa6

Analogous Colors of #a6ecff

#a6ecff #a6c0ff #a6ffe6

Monochromatic Colors of #a6ecff

#a6ecff

Complementary Color

#a6ecff #ffb9a6

#a6ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ecff Color CSS Codes

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

#a6ecff Text Font Color

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

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


#a6ecff Background Color

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

This div background color is #a6ecff


#a6ecff Border Color

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

This div border color is #a6ecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ecff


Comments

No comments written yet.

Please login to write comment.