Color Hex Logo

#aabbde Color Hex

#AABBDE
(170,187,222)
0 Favorites   0 Comments

Color spaces of #aabbde

RGB 170187222
HSL0.610.440.77
HSV220°23°87°
CMYK 0.230.160.00   0.13
XYZ47.532749.360676.1296
Yxy49.36060.27470.2853
Hunter Lab70.2571-2.1851-15.0658
CIE-Lab75.67511.7245-19.4515

#aabbde color RGB value is (170,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11011110
Octal 252 273 336
Decimal 170 187 222
Hex AA BB DE

RGB Percentages of Color #aabbde

%29.36
%32.30
%38.34

CMYK Percentages of Color #aabbde

%23
%16
%0
%13

Triadic Colors of #aabbde

#aabbde #deaabb #bbdeaa

Analogous Colors of #aabbde

#aabbde #b3aade #aad5de

Monochromatic Colors of #aabbde

#aabbde

Complementary Color

#aabbde #decdaa

#aabbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbde Color CSS Codes

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

#aabbde Text Font Color

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

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


#aabbde Background Color

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

This div background color is #aabbde


#aabbde Border Color

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

This div border color is #aabbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbde


Comments

No comments written yet.

Please login to write comment.