Color Hex Logo

#aabae1 Color Hex

#AABAE1
(170,186,225)
0 Favorites   0 Comments

Color spaces of #aabae1

RGB 170186225
HSL0.620.480.77
HSV223°24°88°
CMYK 0.240.170.00   0.12
XYZ47.727149.100178.1959
Yxy49.10010.27270.2805
Hunter Lab70.0715-1.0451-17.1144
CIE-Lab75.51362.9612-21.3217

#aabae1 color RGB value is (170,186,225).

#aabae1 hex color red value is 170, green value is 186 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aabae1 hue: 0.62 , saturation: 0.48 and the lightness value of aabae1 is 0.77.

The process color (four color CMYK) of #aabae1 color hex is 0.24, 0.17, 0.00, 0.12. Web safe color of #aabae1 is #99cccc. Color #aabae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11100001
Octal 252 272 341
Decimal 170 186 225
Hex AA BA E1

RGB Percentages of Color #aabae1

%29.26
%32.01
%38.73

CMYK Percentages of Color #aabae1

%24
%17
%0
%12

Triadic Colors of #aabae1

#aabae1 #e1aaba #bae1aa

Analogous Colors of #aabae1

#aabae1 #b6aae1 #aad6e1

Monochromatic Colors of #aabae1

#aabae1

Complementary Color

#aabae1 #e1d1aa

#aabae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabae1 Color CSS Codes

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

#aabae1 Text Font Color

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

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


#aabae1 Background Color

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

This div background color is #aabae1


#aabae1 Border Color

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

This div border color is #aabae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabae1


Comments

No comments written yet.

Please login to write comment.