Color Hex Logo

#aabbad Color Hex

#AABBAD
(170,187,173)
0 Favorites   0 Comments

Color spaces of #aabbad

RGB 170187173
HSL0.360.110.70
HSV131°73°
CMYK 0.090.000.07   0.27
XYZ41.890747.103846.4192
Yxy47.10380.30940.3479
Hunter Lab68.6322-11.15627.9419
CIE-Lab74.2561-8.52765.0888

#aabbad color RGB value is (170,187,173).

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

The process color (four color CMYK) of #aabbad color hex is 0.09, 0.00, 0.07, 0.27. Web safe color of #aabbad is #99cc99. Color #aabbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10101101
Octal 252 273 255
Decimal 170 187 173
Hex AA BB AD

RGB Percentages of Color #aabbad

%32.08
%35.28
%32.64

CMYK Percentages of Color #aabbad

%9
%0
%7
%27

Triadic Colors of #aabbad

#aabbad #adaabb #bbadaa

Analogous Colors of #aabbad

#aabbad #aabbb6 #b0bbaa

Monochromatic Colors of #aabbad

#aabbad

Complementary Color

#aabbad #bbaab8

#aabbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbad Color CSS Codes

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

#aabbad Text Font Color

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

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


#aabbad Background Color

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

This div background color is #aabbad


#aabbad Border Color

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

This div border color is #aabbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbad


Comments

No comments written yet.

Please login to write comment.