Color Hex Logo

#aab5de Color Hex

#AAB5DE
(170,181,222)
0 Favorites   0 Comments

Color spaces of #aab5de

RGB 170181222
HSL0.630.440.77
HSV227°23°87°
CMYK 0.230.180.00   0.13
XYZ46.286346.867775.7141
Yxy46.86770.27410.2775
Hunter Lab68.46000.8802-17.6505
CIE-Lab74.10514.9922-21.8350

#aab5de color RGB value is (170,181,222).

#aab5de hex color red value is 170, green value is 181 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aab5de hue: 0.63 , saturation: 0.44 and the lightness value of aab5de is 0.77.

The process color (four color CMYK) of #aab5de color hex is 0.23, 0.18, 0.00, 0.13. Web safe color of #aab5de is #99cccc. Color #aab5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 11011110
Octal 252 265 336
Decimal 170 181 222
Hex AA B5 DE

RGB Percentages of Color #aab5de

%29.67
%31.59
%38.74

CMYK Percentages of Color #aab5de

%23
%18
%0
%13

Triadic Colors of #aab5de

#aab5de #deaab5 #b5deaa

Analogous Colors of #aab5de

#aab5de #b9aade #aacfde

Monochromatic Colors of #aab5de

#aab5de

Complementary Color

#aab5de #ded3aa

#aab5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab5de Color CSS Codes

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

#aab5de Text Font Color

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

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


#aab5de Background Color

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

This div background color is #aab5de


#aab5de Border Color

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

This div border color is #aab5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab5de


Comments

No comments written yet.

Please login to write comment.