Color Hex Logo

#a6daef Color Hex

#A6DAEF
(166,218,239)
2 Favorites   0 Comments

Color spaces of #a6daef

RGB 166218239
HSL0.550.700.79
HSV197°31°94°
CMYK 0.310.090.00   0.06
XYZ56.377364.481891.1362
Yxy64.48180.26590.3042
Hunter Lab80.3006-15.2050-11.0801
CIE-Lab84.2160-11.8597-15.6974

#a6daef color RGB value is (166,218,239).

#a6daef hex color red value is 166, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a6daef hue: 0.55 , saturation: 0.70 and the lightness value of a6daef is 0.79.

The process color (four color CMYK) of #a6daef color hex is 0.31, 0.09, 0.00, 0.06. Web safe color of #a6daef is #99ccff. Color #a6daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011010 11101111
Octal 246 332 357
Decimal 166 218 239
Hex A6 DA EF

RGB Percentages of Color #a6daef

%26.65
%34.99
%38.36

CMYK Percentages of Color #a6daef

%31
%9
%0
%6

Triadic Colors of #a6daef

#a6daef #efa6da #daefa6

Analogous Colors of #a6daef

#a6daef #a6b6ef #a6efe0

Monochromatic Colors of #a6daef

#a6daef

Complementary Color

#a6daef #efbba6

#a6daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6daef Color CSS Codes

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

#a6daef Text Font Color

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

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


#a6daef Background Color

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

This div background color is #a6daef


#a6daef Border Color

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

This div border color is #a6daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6daef

#a6daef Color Palettes


Comments

No comments written yet.

Please login to write comment.