Color Hex Logo

#a6d5eb Color Hex

#A6D5EB
(166,213,235)
0 Favorites   0 Comments

Color spaces of #a6d5eb

RGB 166213235
HSL0.550.630.79
HSV199°29°92°
CMYK 0.290.090.00   0.08
XYZ54.515561.693687.6321
Yxy61.69360.26740.3027
Hunter Lab78.5453-13.5637-11.1675
CIE-Lab82.7502-10.2181-15.7773

#a6d5eb color RGB value is (166,213,235).

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

The process color (four color CMYK) of #a6d5eb color hex is 0.29, 0.09, 0.00, 0.08. Web safe color of #a6d5eb is #99ccff. Color #a6d5eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11010101 11101011
Octal 246 325 353
Decimal 166 213 235
Hex A6 D5 EB

RGB Percentages of Color #a6d5eb

%27.04
%34.69
%38.27

CMYK Percentages of Color #a6d5eb

%29
%9
%0
%8

Triadic Colors of #a6d5eb

#a6d5eb #eba6d5 #d5eba6

Analogous Colors of #a6d5eb

#a6d5eb #a6b3eb #a6ebdf

Monochromatic Colors of #a6d5eb

#a6d5eb

Complementary Color

#a6d5eb #ebbca6

#a6d5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d5eb Color CSS Codes

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

#a6d5eb Text Font Color

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

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


#a6d5eb Background Color

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

This div background color is #a6d5eb


#a6d5eb Border Color

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

This div border color is #a6d5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d5eb


Comments

No comments written yet.

Please login to write comment.