Color Hex Logo

#abf02d Color Hex

#ABF02D
(171,240,45)
0 Favorites   0 Comments

Color spaces of #abf02d

RGB 17124045
HSL0.230.870.56
HSV81°81°94°
CMYK 0.290.000.81   0.06
XYZ48.428371.167613.6669
Yxy71.16760.36340.5340
Hunter Lab84.3609-45.161749.4473
CIE-Lab87.5664-47.053878.4245

#abf02d color RGB value is (171,240,45).

#abf02d hex color red value is 171, green value is 240 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #abf02d hue: 0.23 , saturation: 0.87 and the lightness value of abf02d is 0.56.

The process color (four color CMYK) of #abf02d color hex is 0.29, 0.00, 0.81, 0.06. Web safe color of #abf02d is #99ff33. Color #abf02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 00101101
Octal 253 360 55
Decimal 171 240 45
Hex AB F0 2D

RGB Percentages of Color #abf02d

%37.50
%52.63
%9.87

CMYK Percentages of Color #abf02d

%29
%0
%81
%6

Triadic Colors of #abf02d

#abf02d #2dabf0 #f02dab

Analogous Colors of #abf02d

#abf02d #4af02d #f0d42d

Monochromatic Colors of #abf02d

#abf02d

Complementary Color

#abf02d #722df0

#abf02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf02d Color CSS Codes

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

#abf02d Text Font Color

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

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


#abf02d Background Color

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

This div background color is #abf02d


#abf02d Border Color

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

This div border color is #abf02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf02d


Comments

No comments written yet.

Please login to write comment.