Color Hex Logo

#aabee7 Color Hex

#AABEE7
(170,190,231)
0 Favorites   0 Comments

Color spaces of #aabee7

RGB 170190231
HSL0.610.560.79
HSV220°26°91°
CMYK 0.260.180.00   0.09
XYZ49.414851.142582.8684
Yxy51.14250.26940.2788
Hunter Lab71.5140-1.8094-18.6438
CIE-Lab76.76522.1962-22.6622

#aabee7 color RGB value is (170,190,231).

#aabee7 hex color red value is 170, green value is 190 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #aabee7 hue: 0.61 , saturation: 0.56 and the lightness value of aabee7 is 0.79.

The process color (four color CMYK) of #aabee7 color hex is 0.26, 0.18, 0.00, 0.09. Web safe color of #aabee7 is #99ccff. Color #aabee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11100111
Octal 252 276 347
Decimal 170 190 231
Hex AA BE E7

RGB Percentages of Color #aabee7

%28.76
%32.15
%39.09

CMYK Percentages of Color #aabee7

%26
%18
%0
%9

Triadic Colors of #aabee7

#aabee7 #e7aabe #bee7aa

Analogous Colors of #aabee7

#aabee7 #b5aae7 #aadde7

Monochromatic Colors of #aabee7

#aabee7

Complementary Color

#aabee7 #e7d3aa

#aabee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabee7 Color CSS Codes

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

#aabee7 Text Font Color

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

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


#aabee7 Background Color

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

This div background color is #aabee7


#aabee7 Border Color

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

This div border color is #aabee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabee7


Comments

No comments written yet.

Please login to write comment.