Color Hex Logo

#aabee5 Color Hex

#AABEE5
(170,190,229)
0 Favorites   0 Comments

Color spaces of #aabee5

RGB 170190229
HSL0.610.530.78
HSV220°26°90°
CMYK 0.260.170.00   0.10
XYZ49.133951.030181.3889
Yxy51.03010.27060.2811
Hunter Lab71.4354-2.2379-17.5465
CIE-Lab76.69721.7261-21.6863

#aabee5 color RGB value is (170,190,229).

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

The process color (four color CMYK) of #aabee5 color hex is 0.26, 0.17, 0.00, 0.10. Web safe color of #aabee5 is #99cccc. Color #aabee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11100101
Octal 252 276 345
Decimal 170 190 229
Hex AA BE E5

RGB Percentages of Color #aabee5

%28.86
%32.26
%38.88

CMYK Percentages of Color #aabee5

%26
%17
%0
%10

Triadic Colors of #aabee5

#aabee5 #e5aabe #bee5aa

Analogous Colors of #aabee5

#aabee5 #b4aae5 #aadce5

Monochromatic Colors of #aabee5

#aabee5

Complementary Color

#aabee5 #e5d1aa

#aabee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabee5 Color CSS Codes

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

#aabee5 Text Font Color

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

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


#aabee5 Background Color

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

This div background color is #aabee5


#aabee5 Border Color

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

This div border color is #aabee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabee5


Comments

No comments written yet.

Please login to write comment.