Color Hex Logo

#abf24a Color Hex

#ABF24A
(171,242,74)
0 Favorites   0 Comments

Color spaces of #abf24a

RGB 17124274
HSL0.240.870.62
HSV85°69°95°
CMYK 0.290.000.69   0.05
XYZ49.782772.656617.8789
Yxy72.65660.35480.5178
Hunter Lab85.2388-44.917247.2311
CIE-Lab88.2837-46.456970.2803

#abf24a color RGB value is (171,242,74).

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

The process color (four color CMYK) of #abf24a color hex is 0.29, 0.00, 0.69, 0.05. Web safe color of #abf24a is #99ff33. Color #abf24a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 01001010
Octal 253 362 112
Decimal 171 242 74
Hex AB F2 4A

RGB Percentages of Color #abf24a

%35.11
%49.69
%15.20

CMYK Percentages of Color #abf24a

%29
%0
%69
%5

Triadic Colors of #abf24a

#abf24a #4aabf2 #f24aab

Analogous Colors of #abf24a

#abf24a #57f24a #f2e54a

Monochromatic Colors of #abf24a

#abf24a

Complementary Color

#abf24a #914af2

#abf24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf24a Color CSS Codes

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

#abf24a Text Font Color

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

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


#abf24a Background Color

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

This div background color is #abf24a


#abf24a Border Color

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

This div border color is #abf24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf24a

Related Colors


Comments

No comments written yet.

Please login to write comment.