Color Hex Logo

#a6bafc Color Hex

#A6BAFC
(166,186,252)
0 Favorites   0 Comments

Color spaces of #a6bafc

RGB 166186252
HSL0.630.930.82
HSV226°34°99°
CMYK 0.340.260.00   0.01
XYZ50.855550.253199.1149
Yxy50.25310.25400.2510
Hunter Lab70.88943.9980-33.2744
CIE-Lab76.22448.3976-34.8234

#a6bafc color RGB value is (166,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111010 11111100
Octal 246 272 374
Decimal 166 186 252
Hex A6 BA FC

RGB Percentages of Color #a6bafc

%27.48
%30.79
%41.72

CMYK Percentages of Color #a6bafc

%34
%26
%0
%1

Triadic Colors of #a6bafc

#a6bafc #fca6ba #bafca6

Analogous Colors of #a6bafc

#a6bafc #bda6fc #a6e5fc

Monochromatic Colors of #a6bafc

#a6bafc

Complementary Color

#a6bafc #fce8a6

#a6bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bafc Color CSS Codes

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

#a6bafc Text Font Color

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

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


#a6bafc Background Color

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

This div background color is #a6bafc


#a6bafc Border Color

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

This div border color is #a6bafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,186,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 #a6bafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bafc


Comments

No comments written yet.

Please login to write comment.