Color Hex Logo

#aabffb Color Hex

#AABFFB
(170,191,251)
0 Favorites   0 Comments

Color spaces of #aabffb

RGB 170191251
HSL0.620.910.83
HSV224°32°98°
CMYK 0.320.240.00   0.02
XYZ52.621052.772798.6795
Yxy52.77270.25790.2586
Hunter Lab72.64482.1698-29.6872
CIE-Lab77.74066.5059-31.9249

#aabffb color RGB value is (170,191,251).

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

The process color (four color CMYK) of #aabffb color hex is 0.32, 0.24, 0.00, 0.02. Web safe color of #aabffb is #99ccff. Color #aabffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11111011
Octal 252 277 373
Decimal 170 191 251
Hex AA BF FB

RGB Percentages of Color #aabffb

%27.78
%31.21
%41.01

CMYK Percentages of Color #aabffb

%32
%24
%0
%2

Triadic Colors of #aabffb

#aabffb #fbaabf #bffbaa

Analogous Colors of #aabffb

#aabffb #beaafb #aae8fb

Monochromatic Colors of #aabffb

#aabffb

Complementary Color

#aabffb #fbe6aa

#aabffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabffb Color CSS Codes

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

#aabffb Text Font Color

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

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


#aabffb Background Color

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

This div background color is #aabffb


#aabffb Border Color

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

This div border color is #aabffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabffb


Comments

No comments written yet.

Please login to write comment.