Color Hex Logo

#abfa4c Color Hex

#ABFA4C
(171,250,76)
0 Favorites   0 Comments

Color spaces of #abfa4c

RGB 17125076
HSL0.240.950.64
HSV87°70°98°
CMYK 0.320.000.70   0.02
XYZ52.284777.550919.0506
Yxy77.55090.35120.5209
Hunter Lab88.0630-48.131348.8179
CIE-Lab90.5746-49.689471.8881

#abfa4c color RGB value is (171,250,76).

#abfa4c hex color red value is 171, green value is 250 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #abfa4c hue: 0.24 , saturation: 0.95 and the lightness value of abfa4c is 0.64.

The process color (four color CMYK) of #abfa4c color hex is 0.32, 0.00, 0.70, 0.02. Web safe color of #abfa4c is #99ff33. Color #abfa4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 01001100
Octal 253 372 114
Decimal 171 250 76
Hex AB FA 4C

RGB Percentages of Color #abfa4c

%34.41
%50.30
%15.29

CMYK Percentages of Color #abfa4c

%32
%0
%70
%2

Triadic Colors of #abfa4c

#abfa4c #4cabfa #fa4cab

Analogous Colors of #abfa4c

#abfa4c #54fa4c #faf24c

Monochromatic Colors of #abfa4c

#abfa4c

Complementary Color

#abfa4c #9b4cfa

#abfa4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa4c Color CSS Codes

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

#abfa4c Text Font Color

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

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


#abfa4c Background Color

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

This div background color is #abfa4c


#abfa4c Border Color

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

This div border color is #abfa4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa4c


Comments

No comments written yet.

Please login to write comment.