Color Hex Logo

#aabafe Color Hex

#AABAFE
(170,186,254)
0 Favorites   0 Comments

Color spaces of #aabafe

RGB 170186254
HSL0.630.980.83
HSV229°33°100°
CMYK 0.330.270.00   0.00
XYZ52.025950.8196100.8330
Yxy50.81960.25540.2495
Hunter Lab71.28795.5156-33.9611
CIE-Lab76.56969.9998-35.3417

#aabafe color RGB value is (170,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11111110
Octal 252 272 376
Decimal 170 186 254
Hex AA BA FE

RGB Percentages of Color #aabafe

%27.87
%30.49
%41.64

CMYK Percentages of Color #aabafe

%33
%27
%0
%0

Triadic Colors of #aabafe

#aabafe #feaaba #bafeaa

Analogous Colors of #aabafe

#aabafe #c4aafe #aae4fe

Monochromatic Colors of #aabafe

#aabafe

Complementary Color

#aabafe #feeeaa

#aabafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabafe Color CSS Codes

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

#aabafe Text Font Color

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

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


#aabafe Background Color

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

This div background color is #aabafe


#aabafe Border Color

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

This div border color is #aabafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabafe

Related Colors


Comments

No comments written yet.

Please login to write comment.