Color Hex Logo

#a6bbfe Color Hex

#A6BBFE
(166,187,254)
0 Favorites   0 Comments

Color spaces of #a6bbfe

RGB 166187254
HSL0.630.980.82
HSV226°35°100°
CMYK 0.350.260.00   0.00
XYZ51.385650.8034100.8637
Yxy50.80340.25310.2502
Hunter Lab71.27653.9527-34.0080
CIE-Lab76.55988.3573-35.3784

#a6bbfe color RGB value is (166,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 11111110
Octal 246 273 376
Decimal 166 187 254
Hex A6 BB FE

RGB Percentages of Color #a6bbfe

%27.35
%30.81
%41.85

CMYK Percentages of Color #a6bbfe

%35
%26
%0
%0

Triadic Colors of #a6bbfe

#a6bbfe #fea6bb #bbfea6

Analogous Colors of #a6bbfe

#a6bbfe #bda6fe #a6e7fe

Monochromatic Colors of #a6bbfe

#a6bbfe

Complementary Color

#a6bbfe #fee9a6

#a6bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbfe Color CSS Codes

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

#a6bbfe Text Font Color

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

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


#a6bbfe Background Color

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

This div background color is #a6bbfe


#a6bbfe Border Color

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

This div border color is #a6bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.