Color Hex Logo

#aabdd7 Color Hex

#AABDD7
(170,189,215)
0 Favorites   0 Comments

Color spaces of #aabdd7

RGB 170189215
HSL0.600.360.75
HSV215°21°84°
CMYK 0.210.120.00   0.16
XYZ47.040949.847571.4322
Yxy49.84750.27950.2961
Hunter Lab70.6028-4.6246-10.5646
CIE-Lab75.9756-0.9440-15.2047

#aabdd7 color RGB value is (170,189,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11010111
Octal 252 275 327
Decimal 170 189 215
Hex AA BD D7

RGB Percentages of Color #aabdd7

%29.62
%32.93
%37.46

CMYK Percentages of Color #aabdd7

%21
%12
%0
%16

Triadic Colors of #aabdd7

#aabdd7 #d7aabd #bdd7aa

Analogous Colors of #aabdd7

#aabdd7 #aeaad7 #aad4d7

Monochromatic Colors of #aabdd7

#aabdd7

Complementary Color

#aabdd7 #d7c4aa

#aabdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdd7 Color CSS Codes

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

#aabdd7 Text Font Color

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

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


#aabdd7 Background Color

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

This div background color is #aabdd7


#aabdd7 Border Color

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

This div border color is #aabdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdd7


Comments

No comments written yet.

Please login to write comment.