Color Hex Logo

#aab6fc Color Hex

#AAB6FC
(170,182,252)
0 Favorites   0 Comments

Color spaces of #aab6fc

RGB 170182252
HSL0.640.930.83
HSV231°33°99°
CMYK 0.330.280.00   0.01
XYZ50.876249.030298.8778
Yxy49.03020.25590.2467
Hunter Lab70.02167.1566-34.7086
CIE-Lab75.470111.7037-35.9691

#aab6fc color RGB value is (170,182,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 11111100
Octal 252 266 374
Decimal 170 182 252
Hex AA B6 FC

RGB Percentages of Color #aab6fc

%28.15
%30.13
%41.72

CMYK Percentages of Color #aab6fc

%33
%28
%0
%1

Triadic Colors of #aab6fc

#aab6fc #fcaab6 #b6fcaa

Analogous Colors of #aab6fc

#aab6fc #c7aafc #aadffc

Monochromatic Colors of #aab6fc

#aab6fc

Complementary Color

#aab6fc #fcf0aa

#aab6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab6fc Color CSS Codes

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

#aab6fc Text Font Color

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

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


#aab6fc Background Color

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

This div background color is #aab6fc


#aab6fc Border Color

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

This div border color is #aab6fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,182,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 #aab6fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab6fc


Comments

No comments written yet.

Please login to write comment.