Color Hex Logo

#aabaee Color Hex

#AABAEE
(170,186,238)
0 Favorites   0 Comments

Color spaces of #aabaee

RGB 170186238
HSL0.630.670.80
HSV226°29°93°
CMYK 0.290.220.00   0.07
XYZ49.569149.836987.8958
Yxy49.83690.26460.2661
Hunter Lab70.59531.7937-24.4033
CIE-Lab75.96906.0462-27.6554

#aabaee color RGB value is (170,186,238).

#aabaee hex color red value is 170, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aabaee hue: 0.63 , saturation: 0.67 and the lightness value of aabaee is 0.80.

The process color (four color CMYK) of #aabaee color hex is 0.29, 0.22, 0.00, 0.07. Web safe color of #aabaee is #99ccff. Color #aabaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11101110
Octal 252 272 356
Decimal 170 186 238
Hex AA BA EE

RGB Percentages of Color #aabaee

%28.62
%31.31
%40.07

CMYK Percentages of Color #aabaee

%29
%22
%0
%7

Triadic Colors of #aabaee

#aabaee #eeaaba #baeeaa

Analogous Colors of #aabaee

#aabaee #bcaaee #aadcee

Monochromatic Colors of #aabaee

#aabaee

Complementary Color

#aabaee #eedeaa

#aabaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabaee Color CSS Codes

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

#aabaee Text Font Color

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

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


#aabaee Background Color

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

This div background color is #aabaee


#aabaee Border Color

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

This div border color is #aabaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabaee


Comments

No comments written yet.

Please login to write comment.