Color Hex Logo

#aabbbd Color Hex

#AABBBD
(170,187,189)
0 Favorites   0 Comments

Color spaces of #aabbbd

RGB 170187189
HSL0.520.130.70
HSV186°10°74°
CMYK 0.100.010.00   0.26
XYZ43.533247.760855.0684
Yxy47.76080.29740.3263
Hunter Lab69.1092-8.50051.1323
CIE-Lab74.6738-5.4185-3.0129

#aabbbd color RGB value is (170,187,189).

#aabbbd hex color red value is 170, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aabbbd hue: 0.52 , saturation: 0.13 and the lightness value of aabbbd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10111101
Octal 252 273 275
Decimal 170 187 189
Hex AA BB BD

RGB Percentages of Color #aabbbd

%31.14
%34.25
%34.62

CMYK Percentages of Color #aabbbd

%10
%1
%0
%26

Triadic Colors of #aabbbd

#aabbbd #bdaabb #bbbdaa

Analogous Colors of #aabbbd

#aabbbd #aab2bd #aabdb6

Monochromatic Colors of #aabbbd

#aabbbd

Complementary Color

#aabbbd #bdacaa

#aabbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbbd Color CSS Codes

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

#aabbbd Text Font Color

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

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


#aabbbd Background Color

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

This div background color is #aabbbd


#aabbbd Border Color

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

This div border color is #aabbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbbd


Comments

No comments written yet.

Please login to write comment.