Color Hex Logo

#abbc2e Color Hex

#ABBC2E
(171,188,46)
0 Favorites   0 Comments

Color spaces of #abbc2e

RGB 17118846
HSL0.190.610.46
HSV67°76°74°
CMYK 0.090.000.76   0.26
XYZ35.270944.82169.3772
Yxy44.82160.39420.5010
Hunter Lab66.9489-23.121038.5598
CIE-Lab72.7743-23.343264.7373

#abbc2e color RGB value is (171,188,46).

#abbc2e hex color red value is 171, green value is 188 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abbc2e hue: 0.19 , saturation: 0.61 and the lightness value of abbc2e is 0.46.

The process color (four color CMYK) of #abbc2e color hex is 0.09, 0.00, 0.76, 0.26. Web safe color of #abbc2e is #99cc33. Color #abbc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 00101110
Octal 253 274 56
Decimal 171 188 46
Hex AB BC 2E

RGB Percentages of Color #abbc2e

%42.22
%46.42
%11.36

CMYK Percentages of Color #abbc2e

%9
%0
%76
%26

Triadic Colors of #abbc2e

#abbc2e #2eabbc #bc2eab

Analogous Colors of #abbc2e

#abbc2e #64bc2e #bc862e

Monochromatic Colors of #abbc2e

#abbc2e

Complementary Color

#abbc2e #3f2ebc

#abbc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbc2e Color CSS Codes

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

#abbc2e Text Font Color

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

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


#abbc2e Background Color

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

This div background color is #abbc2e


#abbc2e Border Color

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

This div border color is #abbc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbc2e


Comments

No comments written yet.

Please login to write comment.