Color Hex Logo

#a8abfa Color Hex

#A8ABFA
(168,171,250)
0 Favorites   0 Comments

Color spaces of #a8abfa

RGB 168171250
HSL0.660.890.82
HSV238°33°98°
CMYK 0.330.320.00   0.02
XYZ47.966744.352896.4753
Yxy44.35280.25410.2349
Hunter Lab66.597912.0171-39.2704
CIE-Lab72.463716.7711-39.5711

#a8abfa color RGB value is (168,171,250).

#a8abfa hex color red value is 168, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a8abfa hue: 0.66 , saturation: 0.89 and the lightness value of a8abfa is 0.82.

The process color (four color CMYK) of #a8abfa color hex is 0.33, 0.32, 0.00, 0.02. Web safe color of #a8abfa is #9999ff. Color #a8abfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101011 11111010
Octal 250 253 372
Decimal 168 171 250
Hex A8 AB FA

RGB Percentages of Color #a8abfa

%28.52
%29.03
%42.44

CMYK Percentages of Color #a8abfa

%33
%32
%0
%2

Triadic Colors of #a8abfa

#a8abfa #faa8ab #abfaa8

Analogous Colors of #a8abfa

#a8abfa #cea8fa #a8d4fa

Monochromatic Colors of #a8abfa

#a8abfa

Complementary Color

#a8abfa #faf7a8

#a8abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8abfa Color CSS Codes

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

#a8abfa Text Font Color

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

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


#a8abfa Background Color

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

This div background color is #a8abfa


#a8abfa Border Color

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

This div border color is #a8abfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,171,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8abfa

Related Colors


Comments

No comments written yet.

Please login to write comment.