Color Hex Logo

#abb980 Color Hex

#ABB980
(171,185,128)
0 Favorites   0 Comments

Color spaces of #abb980

RGB 171185128
HSL0.210.290.61
HSV75°31°73°
CMYK 0.080.000.31   0.27
XYZ38.039844.914427.0865
Yxy44.91440.34570.4082
Hunter Lab67.0182-15.964622.9497
CIE-Lab72.8355-14.440627.3800

#abb980 color RGB value is (171,185,128).

#abb980 hex color red value is 171, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #abb980 hue: 0.21 , saturation: 0.29 and the lightness value of abb980 is 0.61.

The process color (four color CMYK) of #abb980 color hex is 0.08, 0.00, 0.31, 0.27. Web safe color of #abb980 is #99cc99. Color #abb980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 10000000
Octal 253 271 200
Decimal 171 185 128
Hex AB B9 80

RGB Percentages of Color #abb980

%35.33
%38.22
%26.45

CMYK Percentages of Color #abb980

%8
%0
%31
%27

Triadic Colors of #abb980

#abb980 #80abb9 #b980ab

Analogous Colors of #abb980

#abb980 #8fb980 #b9ab80

Monochromatic Colors of #abb980

#abb980

Complementary Color

#abb980 #8e80b9

#abb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb980 Color CSS Codes

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

#abb980 Text Font Color

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

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


#abb980 Background Color

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

This div background color is #abb980


#abb980 Border Color

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

This div border color is #abb980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,185,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 #abb980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb980


Comments

No comments written yet.

Please login to write comment.