Color Hex Logo

#aabffc Color Hex

#AABFFC
(170,191,252)
0 Favorites   0 Comments

Color spaces of #aabffc

RGB 170191252
HSL0.620.930.83
HSV225°33°99°
CMYK 0.330.240.00   0.01
XYZ52.779152.835999.5121
Yxy52.83590.25730.2576
Hunter Lab72.68832.4046-30.2877
CIE-Lab77.77806.7554-32.4032

#aabffc color RGB value is (170,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11111100
Octal 252 277 374
Decimal 170 191 252
Hex AA BF FC

RGB Percentages of Color #aabffc

%27.73
%31.16
%41.11

CMYK Percentages of Color #aabffc

%33
%24
%0
%1

Triadic Colors of #aabffc

#aabffc #fcaabf #bffcaa

Analogous Colors of #aabffc

#aabffc #beaafc #aae8fc

Monochromatic Colors of #aabffc

#aabffc

Complementary Color

#aabffc #fce7aa

#aabffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabffc Color CSS Codes

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

#aabffc Text Font Color

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

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


#aabffc Background Color

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

This div background color is #aabffc


#aabffc Border Color

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

This div border color is #aabffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabffc


Comments

No comments written yet.

Please login to write comment.