Color Hex Logo

#aabff1 Color Hex

#AABFF1
(170,191,241)
0 Favorites   0 Comments

Color spaces of #aabff1

RGB 170191241
HSL0.620.720.81
HSV222°29°95°
CMYK 0.290.210.00   0.05
XYZ51.085552.158590.5942
Yxy52.15850.26350.2691
Hunter Lab72.2208-0.1243-23.8191
CIE-Lab77.37554.0467-27.1170

#aabff1 color RGB value is (170,191,241).

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

The process color (four color CMYK) of #aabff1 color hex is 0.29, 0.21, 0.00, 0.05. Web safe color of #aabff1 is #99ccff. Color #aabff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11110001
Octal 252 277 361
Decimal 170 191 241
Hex AA BF F1

RGB Percentages of Color #aabff1

%28.24
%31.73
%40.03

CMYK Percentages of Color #aabff1

%29
%21
%0
%5

Triadic Colors of #aabff1

#aabff1 #f1aabf #bff1aa

Analogous Colors of #aabff1

#aabff1 #b9aaf1 #aae3f1

Monochromatic Colors of #aabff1

#aabff1

Complementary Color

#aabff1 #f1dcaa

#aabff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabff1 Color CSS Codes

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

#aabff1 Text Font Color

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

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


#aabff1 Background Color

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

This div background color is #aabff1


#aabff1 Border Color

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

This div border color is #aabff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabff1


Comments

No comments written yet.

Please login to write comment.