Color Hex Logo

#aabde0 Color Hex

#AABDE0
(170,189,224)
0 Favorites   0 Comments

Color spaces of #aabde0

RGB 170189224
HSL0.610.470.77
HSV219°24°88°
CMYK 0.240.160.00   0.12
XYZ48.229750.323177.6924
Yxy50.32310.27370.2855
Hunter Lab70.9388-2.7847-15.2775
CIE-Lab76.26721.1031-19.6372

#aabde0 color RGB value is (170,189,224).

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

The process color (four color CMYK) of #aabde0 color hex is 0.24, 0.16, 0.00, 0.12. Web safe color of #aabde0 is #99cccc. Color #aabde0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11100000
Octal 252 275 340
Decimal 170 189 224
Hex AA BD E0

RGB Percentages of Color #aabde0

%29.16
%32.42
%38.42

CMYK Percentages of Color #aabde0

%24
%16
%0
%12

Triadic Colors of #aabde0

#aabde0 #e0aabd #bde0aa

Analogous Colors of #aabde0

#aabde0 #b2aae0 #aad8e0

Monochromatic Colors of #aabde0

#aabde0

Complementary Color

#aabde0 #e0cdaa

#aabde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabde0 Color CSS Codes

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

#aabde0 Text Font Color

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

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


#aabde0 Background Color

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

This div background color is #aabde0


#aabde0 Border Color

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

This div border color is #aabde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabde0


Comments

No comments written yet.

Please login to write comment.