Color Hex Logo

#abfa4a Color Hex

#ABFA4A
(171,250,74)
0 Favorites   0 Comments

Color spaces of #abfa4a

RGB 17125074
HSL0.240.950.64
HSV87°70°98°
CMYK 0.320.000.70   0.02
XYZ52.216277.523618.6900
Yxy77.52360.35180.5223
Hunter Lab88.0475-48.224449.0476
CIE-Lab90.5621-49.814572.5768

#abfa4a color RGB value is (171,250,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 01001010
Octal 253 372 112
Decimal 171 250 74
Hex AB FA 4A

RGB Percentages of Color #abfa4a

%34.55
%50.51
%14.95

CMYK Percentages of Color #abfa4a

%32
%0
%70
%2

Triadic Colors of #abfa4a

#abfa4a #4aabfa #fa4aab

Analogous Colors of #abfa4a

#abfa4a #53fa4a #faf14a

Monochromatic Colors of #abfa4a

#abfa4a

Complementary Color

#abfa4a #994afa

#abfa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa4a Color CSS Codes

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

#abfa4a Text Font Color

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

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


#abfa4a Background Color

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

This div background color is #abfa4a


#abfa4a Border Color

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

This div border color is #abfa4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa4a


Comments

No comments written yet.

Please login to write comment.