Color Hex Logo

#abb0aa Color Hex

#ABB0AA
(171,176,170)
0 Favorites   0 Comments

Color spaces of #abb0aa

RGB 171176170
HSL0.310.040.68
HSV110°69°
CMYK 0.030.000.03   0.31
XYZ39.575642.610944.1691
Yxy42.61090.31320.3372
Hunter Lab65.2770-6.01535.5759
CIE-Lab71.2901-2.88582.4475

#abb0aa color RGB value is (171,176,170).

#abb0aa hex color red value is 171, green value is 176 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abb0aa hue: 0.31 , saturation: 0.04 and the lightness value of abb0aa is 0.68.

The process color (four color CMYK) of #abb0aa color hex is 0.03, 0.00, 0.03, 0.31. Web safe color of #abb0aa is #999999. Color #abb0aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 10101010
Octal 253 260 252
Decimal 171 176 170
Hex AB B0 AA

RGB Percentages of Color #abb0aa

%33.08
%34.04
%32.88

CMYK Percentages of Color #abb0aa

%3
%0
%3
%31

Triadic Colors of #abb0aa

#abb0aa #aaabb0 #b0aaab

Analogous Colors of #abb0aa

#abb0aa #aab0ac #aeb0aa

Monochromatic Colors of #abb0aa

#abb0aa

Complementary Color

#abb0aa #afaab0

#abb0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb0aa Color CSS Codes

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

#abb0aa Text Font Color

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

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


#abb0aa Background Color

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

This div background color is #abb0aa


#abb0aa Border Color

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

This div border color is #abb0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb0aa


Comments

No comments written yet.

Please login to write comment.