Color Hex Logo

#a8aafb Color Hex

#A8AAFB
(168,170,251)
0 Favorites   0 Comments

Color spaces of #a8aafb

RGB 168170251
HSL0.660.910.82
HSV239°33°98°
CMYK 0.330.320.00   0.02
XYZ47.935844.039397.2407
Yxy44.03930.25330.2327
Hunter Lab66.362112.8034-40.4244
CIE-Lab72.254817.5862-40.4380

#a8aafb color RGB value is (168,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101010 11111011
Octal 250 252 373
Decimal 168 170 251
Hex A8 AA FB

RGB Percentages of Color #a8aafb

%28.52
%28.86
%42.61

CMYK Percentages of Color #a8aafb

%33
%32
%0
%2

Triadic Colors of #a8aafb

#a8aafb #fba8aa #aafba8

Analogous Colors of #a8aafb

#a8aafb #d0a8fb #a8d4fb

Monochromatic Colors of #a8aafb

#a8aafb

Complementary Color

#a8aafb #fbf9a8

#a8aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aafb Color CSS Codes

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

#a8aafb Text Font Color

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

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


#a8aafb Background Color

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

This div background color is #a8aafb


#a8aafb Border Color

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

This div border color is #a8aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aafb

Related Colors


Comments

No comments written yet.

Please login to write comment.