Color Hex Logo

#aabdd6 Color Hex

#AABDD6
(170,189,214)
0 Favorites   0 Comments

Color spaces of #aabdd6

RGB 170189214
HSL0.590.350.75
HSV214°21°84°
CMYK 0.210.120.00   0.16
XYZ46.912849.796370.7574
Yxy49.79630.28010.2974
Hunter Lab70.5665-4.8241-10.0539
CIE-Lab75.9441-1.1676-14.7101

#aabdd6 color RGB value is (170,189,214).

#aabdd6 hex color red value is 170, green value is 189 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #aabdd6 hue: 0.59 , saturation: 0.35 and the lightness value of aabdd6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11010110
Octal 252 275 326
Decimal 170 189 214
Hex AA BD D6

RGB Percentages of Color #aabdd6

%29.67
%32.98
%37.35

CMYK Percentages of Color #aabdd6

%21
%12
%0
%16

Triadic Colors of #aabdd6

#aabdd6 #d6aabd #bdd6aa

Analogous Colors of #aabdd6

#aabdd6 #adaad6 #aad3d6

Monochromatic Colors of #aabdd6

#aabdd6

Complementary Color

#aabdd6 #d6c3aa

#aabdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdd6 Color CSS Codes

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

#aabdd6 Text Font Color

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

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


#aabdd6 Background Color

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

This div background color is #aabdd6


#aabdd6 Border Color

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

This div border color is #aabdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdd6


Comments

No comments written yet.

Please login to write comment.