Color Hex Logo

#aabdd9 Color Hex

#AABDD9
(170,189,217)
0 Favorites   0 Comments

Color spaces of #aabdd9

RGB 170189217
HSL0.600.380.76
HSV216°22°85°
CMYK 0.220.130.00   0.15
XYZ47.299549.951072.7942
Yxy49.95100.27820.2938
Hunter Lab70.6760-4.2230-11.5937
CIE-Lab76.0392-0.4948-16.1926

#aabdd9 color RGB value is (170,189,217).

#aabdd9 hex color red value is 170, green value is 189 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aabdd9 hue: 0.60 , saturation: 0.38 and the lightness value of aabdd9 is 0.76.

The process color (four color CMYK) of #aabdd9 color hex is 0.22, 0.13, 0.00, 0.15. Web safe color of #aabdd9 is #99cccc. Color #aabdd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11011001
Octal 252 275 331
Decimal 170 189 217
Hex AA BD D9

RGB Percentages of Color #aabdd9

%29.51
%32.81
%37.67

CMYK Percentages of Color #aabdd9

%22
%13
%0
%15

Triadic Colors of #aabdd9

#aabdd9 #d9aabd #bdd9aa

Analogous Colors of #aabdd9

#aabdd9 #afaad9 #aad5d9

Monochromatic Colors of #aabdd9

#aabdd9

Complementary Color

#aabdd9 #d9c6aa

#aabdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdd9 Color CSS Codes

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

#aabdd9 Text Font Color

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

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


#aabdd9 Background Color

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

This div background color is #aabdd9


#aabdd9 Border Color

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

This div border color is #aabdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdd9


Comments

No comments written yet.

Please login to write comment.