Color Hex Logo

#aab9ce Color Hex

#AAB9CE
(170,185,206)
0 Favorites   0 Comments

Color spaces of #aab9ce

RGB 170185206
HSL0.600.270.74
HSV215°17°81°
CMYK 0.170.100.00   0.19
XYZ45.067147.700265.2243
Yxy47.70020.28520.3019
Hunter Lab69.0653-4.3880-7.6469
CIE-Lab74.6354-0.7785-12.3277

#aab9ce color RGB value is (170,185,206).

#aab9ce hex color red value is 170, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aab9ce hue: 0.60 , saturation: 0.27 and the lightness value of aab9ce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 11001110
Octal 252 271 316
Decimal 170 185 206
Hex AA B9 CE

RGB Percentages of Color #aab9ce

%30.30
%32.98
%36.72

CMYK Percentages of Color #aab9ce

%17
%10
%0
%19

Triadic Colors of #aab9ce

#aab9ce #ceaab9 #b9ceaa

Analogous Colors of #aab9ce

#aab9ce #adaace #aacbce

Monochromatic Colors of #aab9ce

#aab9ce

Complementary Color

#aab9ce #cebfaa

#aab9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab9ce Color CSS Codes

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

#aab9ce Text Font Color

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

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


#aab9ce Background Color

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

This div background color is #aab9ce


#aab9ce Border Color

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

This div border color is #aab9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab9ce


Comments

No comments written yet.

Please login to write comment.