Color Hex Logo

#aabff6 Color Hex

#AABFF6
(170,191,246)
0 Favorites   0 Comments

Color spaces of #aabff6

RGB 170191246
HSL0.620.810.82
HSV223°31°96°
CMYK 0.310.220.00   0.04
XYZ51.842952.461594.5824
Yxy52.46150.26070.2638
Hunter Lab72.43031.0106-26.7220
CIE-Lab77.55605.2680-29.5266

#aabff6 color RGB value is (170,191,246).

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

The process color (four color CMYK) of #aabff6 color hex is 0.31, 0.22, 0.00, 0.04. Web safe color of #aabff6 is #99ccff. Color #aabff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11110110
Octal 252 277 366
Decimal 170 191 246
Hex AA BF F6

RGB Percentages of Color #aabff6

%28.01
%31.47
%40.53

CMYK Percentages of Color #aabff6

%31
%22
%0
%4

Triadic Colors of #aabff6

#aabff6 #f6aabf #bff6aa

Analogous Colors of #aabff6

#aabff6 #bbaaf6 #aae5f6

Monochromatic Colors of #aabff6

#aabff6

Complementary Color

#aabff6 #f6e1aa

#aabff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabff6 Color CSS Codes

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

#aabff6 Text Font Color

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

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


#aabff6 Background Color

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

This div background color is #aabff6


#aabff6 Border Color

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

This div border color is #aabff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabff6


Comments

No comments written yet.

Please login to write comment.