Color Hex Logo

#aabbc9 Color Hex

#AABBC9
(170,187,201)
0 Favorites   0 Comments

Color spaces of #aabbc9

RGB 170187201
HSL0.580.220.73
HSV207°15°79°
CMYK 0.150.070.00   0.21
XYZ44.890548.303762.2159
Yxy48.30370.28890.3108
Hunter Lab69.5009-6.3336-4.4247
CIE-Lab75.0161-2.9292-9.0384

#aabbc9 color RGB value is (170,187,201).

#aabbc9 hex color red value is 170, green value is 187 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #aabbc9 hue: 0.58 , saturation: 0.22 and the lightness value of aabbc9 is 0.73.

The process color (four color CMYK) of #aabbc9 color hex is 0.15, 0.07, 0.00, 0.21. Web safe color of #aabbc9 is #99cccc. Color #aabbc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11001001
Octal 252 273 311
Decimal 170 187 201
Hex AA BB C9

RGB Percentages of Color #aabbc9

%30.47
%33.51
%36.02

CMYK Percentages of Color #aabbc9

%15
%7
%0
%21

Triadic Colors of #aabbc9

#aabbc9 #c9aabb #bbc9aa

Analogous Colors of #aabbc9

#aabbc9 #aaacc9 #aac9c8

Monochromatic Colors of #aabbc9

#aabbc9

Complementary Color

#aabbc9 #c9b8aa

#aabbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbc9 Color CSS Codes

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

#aabbc9 Text Font Color

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

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


#aabbc9 Background Color

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

This div background color is #aabbc9


#aabbc9 Border Color

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

This div border color is #aabbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbc9


Comments

No comments written yet.

Please login to write comment.