Color Hex Logo

#abb080 Color Hex

#ABB080
(171,176,128)
0 Favorites   0 Comments

Color spaces of #abb080

RGB 171176128
HSL0.180.230.60
HSV66°27°69°
CMYK 0.030.000.27   0.31
XYZ36.216241.267126.4786
Yxy41.26710.34840.3969
Hunter Lab64.2395-11.786420.5291
CIE-Lab70.3627-9.766624.0646

#abb080 color RGB value is (171,176,128).

#abb080 hex color red value is 171, green value is 176 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #abb080 hue: 0.18 , saturation: 0.23 and the lightness value of abb080 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 10000000
Octal 253 260 200
Decimal 171 176 128
Hex AB B0 80

RGB Percentages of Color #abb080

%36.00
%37.05
%26.95

CMYK Percentages of Color #abb080

%3
%0
%27
%31

Triadic Colors of #abb080

#abb080 #80abb0 #b080ab

Analogous Colors of #abb080

#abb080 #93b080 #b09d80

Monochromatic Colors of #abb080

#abb080

Complementary Color

#abb080 #8580b0

#abb080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb080 Color CSS Codes

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

#abb080 Text Font Color

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

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


#abb080 Background Color

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

This div background color is #abb080


#abb080 Border Color

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

This div border color is #abb080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb080


Comments

No comments written yet.

Please login to write comment.