Color Hex Logo

#aab1fe Color Hex

#AAB1FE
(170,177,254)
0 Favorites   0 Comments

Color spaces of #aab1fe

RGB 170177254
HSL0.650.980.83
HSV235°33°100°
CMYK 0.330.300.00   0.00
XYZ50.189147.1461100.2208
Yxy47.14610.25400.2386
Hunter Lab68.663010.3139-38.4758
CIE-Lab74.283114.9841-38.8886

#aab1fe color RGB value is (170,177,254).

#aab1fe hex color red value is 170, green value is 177 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aab1fe hue: 0.65 , saturation: 0.98 and the lightness value of aab1fe is 0.83.

The process color (four color CMYK) of #aab1fe color hex is 0.33, 0.30, 0.00, 0.00. Web safe color of #aab1fe is #9999ff. Color #aab1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 11111110
Octal 252 261 376
Decimal 170 177 254
Hex AA B1 FE

RGB Percentages of Color #aab1fe

%28.29
%29.45
%42.26

CMYK Percentages of Color #aab1fe

%33
%30
%0
%0

Triadic Colors of #aab1fe

#aab1fe #feaab1 #b1feaa

Analogous Colors of #aab1fe

#aab1fe #cdaafe #aadbfe

Monochromatic Colors of #aab1fe

#aab1fe

Complementary Color

#aab1fe #fef7aa

#aab1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab1fe Color CSS Codes

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

#aab1fe Text Font Color

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

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


#aab1fe Background Color

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

This div background color is #aab1fe


#aab1fe Border Color

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

This div border color is #aab1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.