Color Hex Logo

#aab7eb Color Hex

#AAB7EB
(170,183,235)
0 Favorites   0 Comments

Color spaces of #aab7eb

RGB 170183235
HSL0.630.620.79
HSV228°28°92°
CMYK 0.280.220.00   0.08
XYZ48.506448.411285.3850
Yxy48.41120.26610.2656
Hunter Lab69.57822.6795-24.0549
CIE-Lab75.08356.9661-27.3918

#aab7eb color RGB value is (170,183,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 11101011
Octal 252 267 353
Decimal 170 183 235
Hex AA B7 EB

RGB Percentages of Color #aab7eb

%28.91
%31.12
%39.97

CMYK Percentages of Color #aab7eb

%28
%22
%0
%8

Triadic Colors of #aab7eb

#aab7eb #ebaab7 #b7ebaa

Analogous Colors of #aab7eb

#aab7eb #beaaeb #aad8eb

Monochromatic Colors of #aab7eb

#aab7eb

Complementary Color

#aab7eb #ebdeaa

#aab7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab7eb Color CSS Codes

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

#aab7eb Text Font Color

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

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


#aab7eb Background Color

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

This div background color is #aab7eb


#aab7eb Border Color

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

This div border color is #aab7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab7eb


Comments

No comments written yet.

Please login to write comment.