Color Hex Logo

#aabff5 Color Hex

#AABFF5
(170,191,245)
0 Favorites   0 Comments

Color spaces of #aabff5

RGB 170191245
HSL0.620.790.81
HSV223°31°96°
CMYK 0.310.220.00   0.04
XYZ51.689852.400293.7761
Yxy52.40020.26120.2648
Hunter Lab72.38800.7818-26.1365
CIE-Lab77.51955.0226-29.0457

#aabff5 color RGB value is (170,191,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11110101
Octal 252 277 365
Decimal 170 191 245
Hex AA BF F5

RGB Percentages of Color #aabff5

%28.05
%31.52
%40.43

CMYK Percentages of Color #aabff5

%31
%22
%0
%4

Triadic Colors of #aabff5

#aabff5 #f5aabf #bff5aa

Analogous Colors of #aabff5

#aabff5 #bbaaf5 #aae5f5

Monochromatic Colors of #aabff5

#aabff5

Complementary Color

#aabff5 #f5e0aa

#aabff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabff5 Color CSS Codes

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

#aabff5 Text Font Color

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

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


#aabff5 Background Color

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

This div background color is #aabff5


#aabff5 Border Color

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

This div border color is #aabff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabff5


Comments

No comments written yet.

Please login to write comment.