Color Hex Logo

#abbf84 Color Hex

#ABBF84
(171,191,132)
0 Favorites   0 Comments

Color spaces of #abbf84

RGB 171191132
HSL0.220.320.63
HSV80°31°75°
CMYK 0.100.000.31   0.25
XYZ39.590247.585528.9281
Yxy47.58550.34100.4099
Hunter Lab68.9822-18.274423.4240
CIE-Lab74.5627-16.946227.5696

#abbf84 color RGB value is (171,191,132).

#abbf84 hex color red value is 171, green value is 191 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #abbf84 hue: 0.22 , saturation: 0.32 and the lightness value of abbf84 is 0.63.

The process color (four color CMYK) of #abbf84 color hex is 0.10, 0.00, 0.31, 0.25. Web safe color of #abbf84 is #99cc99. Color #abbf84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10000100
Octal 253 277 204
Decimal 171 191 132
Hex AB BF 84

RGB Percentages of Color #abbf84

%34.62
%38.66
%26.72

CMYK Percentages of Color #abbf84

%10
%0
%31
%25

Triadic Colors of #abbf84

#abbf84 #84abbf #bf84ab

Analogous Colors of #abbf84

#abbf84 #8ebf84 #bfb684

Monochromatic Colors of #abbf84

#abbf84

Complementary Color

#abbf84 #9884bf

#abbf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf84 Color CSS Codes

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

#abbf84 Text Font Color

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

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


#abbf84 Background Color

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

This div background color is #abbf84


#abbf84 Border Color

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

This div border color is #abbf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf84


Comments

No comments written yet.

Please login to write comment.