Color Hex Logo

#abbc5e Color Hex

#ABBC5E
(171,188,94)
0 Favorites   0 Comments

Color spaces of #abbc5e

RGB 17118894
HSL0.200.410.55
HSV71°50°74°
CMYK 0.090.000.50   0.26
XYZ36.798245.432517.4196
Yxy45.43250.36930.4559
Hunter Lab67.4036-20.506431.8598
CIE-Lab73.1758-19.960745.1781

#abbc5e color RGB value is (171,188,94).

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

The process color (four color CMYK) of #abbc5e color hex is 0.09, 0.00, 0.50, 0.26. Web safe color of #abbc5e is #99cc66. Color #abbc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 01011110
Octal 253 274 136
Decimal 171 188 94
Hex AB BC 5E

RGB Percentages of Color #abbc5e

%37.75
%41.50
%20.75

CMYK Percentages of Color #abbc5e

%9
%0
%50
%26

Triadic Colors of #abbc5e

#abbc5e #5eabbc #bc5eab

Analogous Colors of #abbc5e

#abbc5e #7cbc5e #bc9e5e

Monochromatic Colors of #abbc5e

#abbc5e

Complementary Color

#abbc5e #6f5ebc

#abbc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbc5e Color CSS Codes

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

#abbc5e Text Font Color

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

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


#abbc5e Background Color

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

This div background color is #abbc5e


#abbc5e Border Color

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

This div border color is #abbc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbc5e


Comments

No comments written yet.

Please login to write comment.