Color Hex Logo

#abbf2c Color Hex

#ABBF2C
(171,191,44)
0 Favorites   0 Comments

Color spaces of #abbf2c

RGB 17119144
HSL0.190.630.46
HSV68°77°75°
CMYK 0.100.000.77   0.25
XYZ35.880046.10149.3903
Yxy46.10140.39270.5045
Hunter Lab67.8980-24.495039.3288
CIE-Lab73.6113-24.894566.1393

#abbf2c color RGB value is (171,191,44).

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

The process color (four color CMYK) of #abbf2c color hex is 0.10, 0.00, 0.77, 0.25. Web safe color of #abbf2c is #99cc33. Color #abbf2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 00101100
Octal 253 277 54
Decimal 171 191 44
Hex AB BF 2C

RGB Percentages of Color #abbf2c

%42.12
%47.04
%10.84

CMYK Percentages of Color #abbf2c

%10
%0
%77
%25

Triadic Colors of #abbf2c

#abbf2c #2cabbf #bf2cab

Analogous Colors of #abbf2c

#abbf2c #61bf2c #bf8a2c

Monochromatic Colors of #abbf2c

#abbf2c

Complementary Color

#abbf2c #402cbf

#abbf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf2c Color CSS Codes

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

#abbf2c Text Font Color

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

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


#abbf2c Background Color

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

This div background color is #abbf2c


#abbf2c Border Color

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

This div border color is #abbf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf2c


Comments

No comments written yet.

Please login to write comment.