Color Hex Logo

#aabbeb Color Hex

#AABBEB
(170,187,235)
0 Favorites   0 Comments

Color spaces of #aabbeb

RGB 170187235
HSL0.620.620.79
HSV224°28°92°
CMYK 0.280.200.00   0.08
XYZ49.343350.084985.6639
Yxy50.08490.26660.2706
Hunter Lab70.77070.6065-22.2277
CIE-Lab76.12134.7777-25.8031

#aabbeb color RGB value is (170,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11101011
Octal 252 273 353
Decimal 170 187 235
Hex AA BB EB

RGB Percentages of Color #aabbeb

%28.72
%31.59
%39.70

CMYK Percentages of Color #aabbeb

%28
%20
%0
%8

Triadic Colors of #aabbeb

#aabbeb #ebaabb #bbebaa

Analogous Colors of #aabbeb

#aabbeb #baaaeb #aadceb

Monochromatic Colors of #aabbeb

#aabbeb

Complementary Color

#aabbeb #ebdaaa

#aabbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbeb Color CSS Codes

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

#aabbeb Text Font Color

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

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


#aabbeb Background Color

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

This div background color is #aabbeb


#aabbeb Border Color

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

This div border color is #aabbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbeb


Comments

No comments written yet.

Please login to write comment.