Color Hex Logo

#a6dafa Color Hex

#A6DAFA
(166,218,250)
0 Favorites   0 Comments

Color spaces of #a6dafa

RGB 166218250
HSL0.560.890.82
HSV203°34°98°
CMYK 0.340.130.00   0.02
XYZ58.052665.151999.9584
Yxy65.15190.26010.2919
Hunter Lab80.7167-12.8746-16.9221
CIE-Lab84.5619-9.2302-20.9965

#a6dafa color RGB value is (166,218,250).

#a6dafa hex color red value is 166, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a6dafa hue: 0.56 , saturation: 0.89 and the lightness value of a6dafa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011010 11111010
Octal 246 332 372
Decimal 166 218 250
Hex A6 DA FA

RGB Percentages of Color #a6dafa

%26.18
%34.38
%39.43

CMYK Percentages of Color #a6dafa

%34
%13
%0
%2

Triadic Colors of #a6dafa

#a6dafa #faa6da #dafaa6

Analogous Colors of #a6dafa

#a6dafa #a6b0fa #a6faf0

Monochromatic Colors of #a6dafa

#a6dafa

Complementary Color

#a6dafa #fac6a6

#a6dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dafa Color CSS Codes

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

#a6dafa Text Font Color

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

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


#a6dafa Background Color

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

This div background color is #a6dafa


#a6dafa Border Color

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

This div border color is #a6dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dafa


Comments

No comments written yet.

Please login to write comment.