Color Hex Logo

#abbf5e Color Hex

#ABBF5E
(171,191,94)
0 Favorites   0 Comments

Color spaces of #abbf5e

RGB 17119194
HSL0.200.430.56
HSV72°51°75°
CMYK 0.100.000.51   0.25
XYZ37.445846.727717.6354
Yxy46.72770.36780.4590
Hunter Lab68.3577-21.845032.5543
CIE-Lab74.0153-21.453846.1790

#abbf5e color RGB value is (171,191,94).

#abbf5e hex color red value is 171, green value is 191 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #abbf5e hue: 0.20 , saturation: 0.43 and the lightness value of abbf5e is 0.56.

The process color (four color CMYK) of #abbf5e color hex is 0.10, 0.00, 0.51, 0.25. Web safe color of #abbf5e is #99cc66. Color #abbf5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 01011110
Octal 253 277 136
Decimal 171 191 94
Hex AB BF 5E

RGB Percentages of Color #abbf5e

%37.50
%41.89
%20.61

CMYK Percentages of Color #abbf5e

%10
%0
%51
%25

Triadic Colors of #abbf5e

#abbf5e #5eabbf #bf5eab

Analogous Colors of #abbf5e

#abbf5e #7bbf5e #bfa35e

Monochromatic Colors of #abbf5e

#abbf5e

Complementary Color

#abbf5e #725ebf

#abbf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf5e Color CSS Codes

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

#abbf5e Text Font Color

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

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


#abbf5e Background Color

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

This div background color is #abbf5e


#abbf5e Border Color

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

This div border color is #abbf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf5e


Comments

No comments written yet.

Please login to write comment.