color codes Logo

#abf53f color codes

#ABF53F
(171,245,63)
0 Favorites   0 Comments

Color spaces of #abf53f

RGB 17124563
HSL0.230.900.60
HSV84°74°96°
CMYK 0.300.000.74   0.04
XYZ50.344274.321616.3947
Yxy74.32160.35690.5269
Hunter Lab86.2100-46.628549.0717
CIE-Lab89.0743-48.354974.7618

#abf53f color RGB value is (171,245,63).

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

The process color (four color CMYK) of #abf53f color code is 0.30, 0.00, 0.74, 0.04. Web safe color of #abf53f is #99ff33. Color #abf53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00111111
Octal 253 365 77
Decimal 171 245 63
Hex AB F5 3F

RGB Percentages of Color #abf53f

%35.70
%51.15
%13.15

CMYK Percentages of Color #abf53f

%30
%0
%74
%4

Triadic Colors of #abf53f

#abf53f #3fabf5 #f53fab

Analogous Colors of #abf53f

#abf53f #50f53f #f5e43f

Monochromatic Colors of #abf53f

#abf53f

Complementary Color

#abf53f #893ff5

#abf53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf53f Color CSS Codes

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

#abf53f Text Font Color

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

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


#abf53f Background Color

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

This div background color is #abf53f


#abf53f Border Color

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

This div border color is #abf53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf53f


Comments

No comments written yet.

Please login to write comment.