Color Hex Logo

#a8bbfe Color Hex

#A8BBFE
(168,187,254)
0 Favorites   0 Comments

Color spaces of #a8bbfe

RGB 168187254
HSL0.630.980.83
HSV227°34°100°
CMYK 0.340.260.00   0.00
XYZ51.808251.0212100.8834
Yxy51.02120.25430.2505
Hunter Lab71.42914.4667-33.7382
CIE-Lab76.69188.9016-35.1634

#a8bbfe color RGB value is (168,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111011 11111110
Octal 250 273 376
Decimal 168 187 254
Hex A8 BB FE

RGB Percentages of Color #a8bbfe

%27.59
%30.71
%41.71

CMYK Percentages of Color #a8bbfe

%34
%26
%0
%0

Triadic Colors of #a8bbfe

#a8bbfe #fea8bb #bbfea8

Analogous Colors of #a8bbfe

#a8bbfe #c0a8fe #a8e6fe

Monochromatic Colors of #a8bbfe

#a8bbfe

Complementary Color

#a8bbfe #feeba8

#a8bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bbfe Color CSS Codes

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

#a8bbfe Text Font Color

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

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


#a8bbfe Background Color

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

This div background color is #a8bbfe


#a8bbfe Border Color

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

This div border color is #a8bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.