Color Hex Logo

#aabffa Color Hex

#AABFFA
(170,191,250)
0 Favorites   0 Comments

Color spaces of #aabffa

RGB 170191250
HSL0.620.890.82
HSV224°32°98°
CMYK 0.320.240.00   0.02
XYZ52.463752.709897.8514
Yxy52.70980.25840.2596
Hunter Lab72.60151.9360-29.0892
CIE-Lab77.70336.2570-31.4462

#aabffa color RGB value is (170,191,250).

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

The process color (four color CMYK) of #aabffa color hex is 0.32, 0.24, 0.00, 0.02. Web safe color of #aabffa is #99ccff. Color #aabffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11111010
Octal 252 277 372
Decimal 170 191 250
Hex AA BF FA

RGB Percentages of Color #aabffa

%27.82
%31.26
%40.92

CMYK Percentages of Color #aabffa

%32
%24
%0
%2

Triadic Colors of #aabffa

#aabffa #faaabf #bffaaa

Analogous Colors of #aabffa

#aabffa #bdaafa #aae7fa

Monochromatic Colors of #aabffa

#aabffa

Complementary Color

#aabffa #fae5aa

#aabffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabffa Color CSS Codes

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

#aabffa Text Font Color

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

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


#aabffa Background Color

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

This div background color is #aabffa


#aabffa Border Color

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

This div border color is #aabffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabffa


Comments

No comments written yet.

Please login to write comment.