Color Hex Logo

#aab4fe Color Hex

#AAB4FE
(170,180,254)
0 Favorites   0 Comments

Color spaces of #aab4fe

RGB 170180254
HSL0.650.980.83
HSV233°33°100°
CMYK 0.330.290.00   0.00
XYZ50.788248.3443100.4205
Yxy48.34430.25450.2423
Hunter Lab69.53018.7076-36.9600
CIE-Lab75.041613.3166-37.7100

#aab4fe color RGB value is (170,180,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 11111110
Octal 252 264 376
Decimal 170 180 254
Hex AA B4 FE

RGB Percentages of Color #aab4fe

%28.15
%29.80
%42.05

CMYK Percentages of Color #aab4fe

%33
%29
%0
%0

Triadic Colors of #aab4fe

#aab4fe #feaab4 #b4feaa

Analogous Colors of #aab4fe

#aab4fe #caaafe #aadefe

Monochromatic Colors of #aab4fe

#aab4fe

Complementary Color

#aab4fe #fef4aa

#aab4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4fe Color CSS Codes

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

#aab4fe Text Font Color

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

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


#aab4fe Background Color

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

This div background color is #aab4fe


#aab4fe Border Color

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

This div border color is #aab4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4fe


Comments

No comments written yet.

Please login to write comment.