Color Hex Logo

#aab5bc Color Hex

#AAB5BC
(170,181,188)
0 Favorites   0 Comments

Color spaces of #aab5bc

RGB 170181188
HSL0.560.120.70
HSV203°10°74°
CMYK 0.100.040.00   0.26
XYZ42.178545.224654.0831
Yxy45.22460.29810.3196
Hunter Lab67.2492-5.7316-0.6077
CIE-Lab73.0395-2.4143-4.8746

#aab5bc color RGB value is (170,181,188).

#aab5bc hex color red value is 170, green value is 181 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aab5bc hue: 0.56 , saturation: 0.12 and the lightness value of aab5bc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 10111100
Octal 252 265 274
Decimal 170 181 188
Hex AA B5 BC

RGB Percentages of Color #aab5bc

%31.54
%33.58
%34.88

CMYK Percentages of Color #aab5bc

%10
%4
%0
%26

Triadic Colors of #aab5bc

#aab5bc #bcaab5 #b5bcaa

Analogous Colors of #aab5bc

#aab5bc #aaacbc #aabcba

Monochromatic Colors of #aab5bc

#aab5bc

Complementary Color

#aab5bc #bcb1aa

#aab5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab5bc Color CSS Codes

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

#aab5bc Text Font Color

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

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


#aab5bc Background Color

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

This div background color is #aab5bc


#aab5bc Border Color

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

This div border color is #aab5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab5bc


Comments

No comments written yet.

Please login to write comment.