Color Hex Logo

#aab4eb Color Hex

#AAB4EB
(170,180,235)
0 Favorites   0 Comments

Color spaces of #aab4eb

RGB 170180235
HSL0.640.620.79
HSV231°28°92°
CMYK 0.280.230.00   0.08
XYZ47.894247.186785.1809
Yxy47.18670.26570.2618
Hunter Lab68.69264.2427-25.4366
CIE-Lab74.30908.6164-28.5801

#aab4eb color RGB value is (170,180,235).

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

The process color (four color CMYK) of #aab4eb color hex is 0.28, 0.23, 0.00, 0.08. Web safe color of #aab4eb is #99ccff. Color #aab4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 11101011
Octal 252 264 353
Decimal 170 180 235
Hex AA B4 EB

RGB Percentages of Color #aab4eb

%29.06
%30.77
%40.17

CMYK Percentages of Color #aab4eb

%28
%23
%0
%8

Triadic Colors of #aab4eb

#aab4eb #ebaab4 #b4ebaa

Analogous Colors of #aab4eb

#aab4eb #c1aaeb #aad5eb

Monochromatic Colors of #aab4eb

#aab4eb

Complementary Color

#aab4eb #ebe1aa

#aab4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4eb Color CSS Codes

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

#aab4eb Text Font Color

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

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


#aab4eb Background Color

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

This div background color is #aab4eb


#aab4eb Border Color

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

This div border color is #aab4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4eb


Comments

No comments written yet.

Please login to write comment.