Color Hex Logo

#a6bbfc Color Hex

#A6BBFC
(166,187,252)
0 Favorites   0 Comments

Color spaces of #a6bbfc

RGB 166187252
HSL0.630.930.82
HSV225°34°99°
CMYK 0.340.260.00   0.01
XYZ51.066950.675999.1854
Yxy50.67590.25420.2522
Hunter Lab71.18703.4720-32.7783
CIE-Lab76.48237.8475-34.4246

#a6bbfc color RGB value is (166,187,252).

#a6bbfc hex color red value is 166, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a6bbfc hue: 0.63 , saturation: 0.93 and the lightness value of a6bbfc is 0.82.

The process color (four color CMYK) of #a6bbfc color hex is 0.34, 0.26, 0.00, 0.01. Web safe color of #a6bbfc is #99ccff. Color #a6bbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 11111100
Octal 246 273 374
Decimal 166 187 252
Hex A6 BB FC

RGB Percentages of Color #a6bbfc

%27.44
%30.91
%41.65

CMYK Percentages of Color #a6bbfc

%34
%26
%0
%1

Triadic Colors of #a6bbfc

#a6bbfc #fca6bb #bbfca6

Analogous Colors of #a6bbfc

#a6bbfc #bca6fc #a6e6fc

Monochromatic Colors of #a6bbfc

#a6bbfc

Complementary Color

#a6bbfc #fce7a6

#a6bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbfc Color CSS Codes

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

#a6bbfc Text Font Color

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

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


#a6bbfc Background Color

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

This div background color is #a6bbfc


#a6bbfc Border Color

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

This div border color is #a6bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbfc


Comments

No comments written yet.

Please login to write comment.