Color Hex Logo

#a6dfff Color Hex

#A6DFFF
(166,223,255)
0 Favorites   0 Comments

Color spaces of #a6dfff

RGB 166223255
HSL0.561.000.83
HSV202°35°100°
CMYK 0.350.130.00   0.00
XYZ60.163668.1023104.5819
Yxy68.10230.25840.2925
Hunter Lab82.5241-14.2831-17.3707
CIE-Lab86.0576-10.5958-21.3697

#a6dfff color RGB value is (166,223,255).

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

The process color (four color CMYK) of #a6dfff color hex is 0.35, 0.13, 0.00, 0.00. Web safe color of #a6dfff is #99ccff. Color #a6dfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 11111111
Octal 246 337 377
Decimal 166 223 255
Hex A6 DF FF

RGB Percentages of Color #a6dfff

%25.78
%34.63
%39.60

CMYK Percentages of Color #a6dfff

%35
%13
%0
%0

Triadic Colors of #a6dfff

#a6dfff #ffa6df #dfffa6

Analogous Colors of #a6dfff

#a6dfff #a6b3ff #a6fff3

Monochromatic Colors of #a6dfff

#a6dfff

Complementary Color

#a6dfff #ffc6a6

#a6dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfff Color CSS Codes

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

#a6dfff Text Font Color

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

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


#a6dfff Background Color

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

This div background color is #a6dfff


#a6dfff Border Color

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

This div border color is #a6dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfff

#a6dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.