Color Hex Logo

#aabbd0 Color Hex

#AABBD0
(170,187,208)
0 Favorites   0 Comments

Color spaces of #aabbd0

RGB 170187208
HSL0.590.290.74
HSV213°18°82°
CMYK 0.180.100.00   0.18
XYZ45.733148.640866.6527
Yxy48.64080.28400.3021
Hunter Lab69.7430-5.0010-7.8428
CIE-Lab75.2273-1.4185-12.5291

#aabbd0 color RGB value is (170,187,208).

#aabbd0 hex color red value is 170, green value is 187 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #aabbd0 hue: 0.59 , saturation: 0.29 and the lightness value of aabbd0 is 0.74.

The process color (four color CMYK) of #aabbd0 color hex is 0.18, 0.10, 0.00, 0.18. Web safe color of #aabbd0 is #99cccc. Color #aabbd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11010000
Octal 252 273 320
Decimal 170 187 208
Hex AA BB D0

RGB Percentages of Color #aabbd0

%30.09
%33.10
%36.81

CMYK Percentages of Color #aabbd0

%18
%10
%0
%18

Triadic Colors of #aabbd0

#aabbd0 #d0aabb #bbd0aa

Analogous Colors of #aabbd0

#aabbd0 #acaad0 #aaced0

Monochromatic Colors of #aabbd0

#aabbd0

Complementary Color

#aabbd0 #d0bfaa

#aabbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbd0 Color CSS Codes

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

#aabbd0 Text Font Color

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

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


#aabbd0 Background Color

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

This div background color is #aabbd0


#aabbd0 Border Color

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

This div border color is #aabbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbd0


Comments

No comments written yet.

Please login to write comment.