Color Hex Logo

#aab4ee Color Hex

#AAB4EE
(170,180,238)
0 Favorites   0 Comments

Color spaces of #aab4ee

RGB 170180238
HSL0.640.670.80
HSV231°29°93°
CMYK 0.290.240.00   0.07
XYZ48.331447.361687.4833
Yxy47.36160.26390.2586
Hunter Lab68.81984.9241-27.1953
CIE-Lab74.42059.3430-30.0336

#aab4ee color RGB value is (170,180,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 11101110
Octal 252 264 356
Decimal 170 180 238
Hex AA B4 EE

RGB Percentages of Color #aab4ee

%28.91
%30.61
%40.48

CMYK Percentages of Color #aab4ee

%29
%24
%0
%7

Triadic Colors of #aab4ee

#aab4ee #eeaab4 #b4eeaa

Analogous Colors of #aab4ee

#aab4ee #c2aaee #aad6ee

Monochromatic Colors of #aab4ee

#aab4ee

Complementary Color

#aab4ee #eee4aa

#aab4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4ee Color CSS Codes

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

#aab4ee Text Font Color

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

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


#aab4ee Background Color

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

This div background color is #aab4ee


#aab4ee Border Color

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

This div border color is #aab4ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,180,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 #aab4ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4ee


Comments

No comments written yet.

Please login to write comment.