Color Hex Logo

#aab1eb Color Hex

#AAB1EB
(170,177,235)
0 Favorites   0 Comments

Color spaces of #aab1eb

RGB 170177235
HSL0.650.620.79
HSV234°28°92°
CMYK 0.280.250.00   0.08
XYZ47.295145.988584.9812
Yxy45.98850.26530.2580
Hunter Lab67.81485.8127-26.8281
CIE-Lab73.538110.2735-29.7652

#aab1eb color RGB value is (170,177,235).

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

The process color (four color CMYK) of #aab1eb color hex is 0.28, 0.25, 0.00, 0.08. Web safe color of #aab1eb is #9999ff. Color #aab1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 11101011
Octal 252 261 353
Decimal 170 177 235
Hex AA B1 EB

RGB Percentages of Color #aab1eb

%29.21
%30.41
%40.38

CMYK Percentages of Color #aab1eb

%28
%25
%0
%8

Triadic Colors of #aab1eb

#aab1eb #ebaab1 #b1ebaa

Analogous Colors of #aab1eb

#aab1eb #c4aaeb #aad2eb

Monochromatic Colors of #aab1eb

#aab1eb

Complementary Color

#aab1eb #ebe4aa

#aab1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab1eb Color CSS Codes

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

#aab1eb Text Font Color

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

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


#aab1eb Background Color

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

This div background color is #aab1eb


#aab1eb Border Color

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

This div border color is #aab1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab1eb


Comments

No comments written yet.

Please login to write comment.