Color Hex Logo

#aabaff Color Hex

#AABAFF
(170,186,255)
0 Favorites   0 Comments

Color spaces of #aabaff

RGB 170186255
HSL0.641.000.83
HSV229°33°100°
CMYK 0.330.270.00   0.00
XYZ52.186550.8839101.6788
Yxy50.88390.25490.2485
Hunter Lab71.33305.7562-34.5796
CIE-Lab76.608610.2520-35.8180

#aabaff color RGB value is (170,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11111111
Octal 252 272 377
Decimal 170 186 255
Hex AA BA FF

RGB Percentages of Color #aabaff

%27.82
%30.44
%41.73

CMYK Percentages of Color #aabaff

%33
%27
%0
%0

Triadic Colors of #aabaff

#aabaff #ffaaba #baffaa

Analogous Colors of #aabaff

#aabaff #c5aaff #aae5ff

Monochromatic Colors of #aabaff

#aabaff

Complementary Color

#aabaff #ffefaa

#aabaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabaff Color CSS Codes

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

#aabaff Text Font Color

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

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


#aabaff Background Color

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

This div background color is #aabaff


#aabaff Border Color

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

This div border color is #aabaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabaff

Related Colors


Comments

No comments written yet.

Please login to write comment.