Color Hex Logo

#aabffe Color Hex

#AABFFE
(170,191,254)
0 Favorites   0 Comments

Color spaces of #aabffe

RGB 170191254
HSL0.630.980.83
HSV225°33°100°
CMYK 0.330.250.00   0.00
XYZ53.097852.9634101.1903
Yxy52.96340.25620.2556
Hunter Lab72.77602.8768-31.4958
CIE-Lab77.85347.2561-33.3583

#aabffe color RGB value is (170,191,254).

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

The process color (four color CMYK) of #aabffe color hex is 0.33, 0.25, 0.00, 0.00. Web safe color of #aabffe is #99ccff. Color #aabffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11111110
Octal 252 277 376
Decimal 170 191 254
Hex AA BF FE

RGB Percentages of Color #aabffe

%27.64
%31.06
%41.30

CMYK Percentages of Color #aabffe

%33
%25
%0
%0

Triadic Colors of #aabffe

#aabffe #feaabf #bffeaa

Analogous Colors of #aabffe

#aabffe #bfaafe #aae9fe

Monochromatic Colors of #aabffe

#aabffe

Complementary Color

#aabffe #fee9aa

#aabffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabffe Color CSS Codes

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

#aabffe Text Font Color

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

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


#aabffe Background Color

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

This div background color is #aabffe


#aabffe Border Color

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

This div border color is #aabffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabffe


Comments

No comments written yet.

Please login to write comment.