Color Hex Logo

#abf53c Color Hex

#ABF53C
(171,245,60)
0 Favorites   0 Comments

Color spaces of #abf53c

RGB 17124560
HSL0.230.900.60
HSV84°76°96°
CMYK 0.300.000.76   0.04
XYZ50.262674.289015.9651
Yxy74.28900.35770.5287
Hunter Lab86.1911-46.741549.3515
CIE-Lab89.0589-48.507475.6729

#abf53c color RGB value is (171,245,60).

#abf53c hex color red value is 171, green value is 245 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #abf53c hue: 0.23 , saturation: 0.90 and the lightness value of abf53c is 0.60.

The process color (four color CMYK) of #abf53c color hex is 0.30, 0.00, 0.76, 0.04. Web safe color of #abf53c is #99ff33. Color #abf53c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00111100
Octal 253 365 74
Decimal 171 245 60
Hex AB F5 3C

RGB Percentages of Color #abf53c

%35.92
%51.47
%12.61

CMYK Percentages of Color #abf53c

%30
%0
%76
%4

Triadic Colors of #abf53c

#abf53c #3cabf5 #f53cab

Analogous Colors of #abf53c

#abf53c #4ff53c #f5e33c

Monochromatic Colors of #abf53c

#abf53c

Complementary Color

#abf53c #863cf5

#abf53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf53c Color CSS Codes

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

#abf53c Text Font Color

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

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


#abf53c Background Color

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

This div background color is #abf53c


#abf53c Border Color

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

This div border color is #abf53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf53c


Comments

No comments written yet.

Please login to write comment.