Color Hex Logo

#a6beda Color Hex

#A6BEDA
(166,190,218)
0 Favorites   0 Comments

Color spaces of #a6beda

RGB 166190218
HSL0.590.410.75
HSV212°24°85°
CMYK 0.240.130.00   0.15
XYZ46.794249.995973.5135
Yxy49.99590.27480.2936
Hunter Lab70.7078-5.6078-12.1472
CIE-Lab76.0667-2.0297-16.7192

#a6beda color RGB value is (166,190,218).

#a6beda hex color red value is 166, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a6beda hue: 0.59 , saturation: 0.41 and the lightness value of a6beda is 0.75.

The process color (four color CMYK) of #a6beda color hex is 0.24, 0.13, 0.00, 0.15. Web safe color of #a6beda is #99cccc. Color #a6beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111110 11011010
Octal 246 276 332
Decimal 166 190 218
Hex A6 BE DA

RGB Percentages of Color #a6beda

%28.92
%33.10
%37.98

CMYK Percentages of Color #a6beda

%24
%13
%0
%15

Triadic Colors of #a6beda

#a6beda #daa6be #bedaa6

Analogous Colors of #a6beda

#a6beda #a8a6da #a6d8da

Monochromatic Colors of #a6beda

#a6beda

Complementary Color

#a6beda #dac2a6

#a6beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6beda Color CSS Codes

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

#a6beda Text Font Color

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

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


#a6beda Background Color

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

This div background color is #a6beda


#a6beda Border Color

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

This div border color is #a6beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6beda


Comments

No comments written yet.

Please login to write comment.