Color Hex Logo

#aab9ef Color Hex

#AAB9EF
(170,185,239)
0 Favorites   0 Comments

Color spaces of #aab9ef

RGB 170185239
HSL0.630.680.80
HSV227°29°94°
CMYK 0.290.230.00   0.06
XYZ49.506549.476088.6019
Yxy49.47600.26390.2638
Hunter Lab70.33922.5393-25.4465
CIE-Lab75.74656.8359-28.5364

#aab9ef color RGB value is (170,185,239).

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

The process color (four color CMYK) of #aab9ef color hex is 0.29, 0.23, 0.00, 0.06. Web safe color of #aab9ef is #99ccff. Color #aab9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 11101111
Octal 252 271 357
Decimal 170 185 239
Hex AA B9 EF

RGB Percentages of Color #aab9ef

%28.62
%31.14
%40.24

CMYK Percentages of Color #aab9ef

%29
%23
%0
%6

Triadic Colors of #aab9ef

#aab9ef #efaab9 #b9efaa

Analogous Colors of #aab9ef

#aab9ef #beaaef #aadcef

Monochromatic Colors of #aab9ef

#aab9ef

Complementary Color

#aab9ef #efe0aa

#aab9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9ef Color CSS Codes

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

#aab9ef Text Font Color

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

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


#aab9ef Background Color

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

This div background color is #aab9ef


#aab9ef Border Color

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

This div border color is #aab9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9ef


Comments

No comments written yet.

Please login to write comment.