Color Hex Logo

#abf13f Color Hex

#ABF13F
(171,241,63)
0 Favorites   0 Comments

Color spaces of #abf13f

RGB 17124163
HSL0.230.860.60
HSV84°74°95°
CMYK 0.290.000.74   0.05
XYZ49.147171.927415.9957
Yxy71.92740.35860.5247
Hunter Lab84.8100-44.977448.1846
CIE-Lab87.9336-46.670773.6655

#abf13f color RGB value is (171,241,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110001 00111111
Octal 253 361 77
Decimal 171 241 63
Hex AB F1 3F

RGB Percentages of Color #abf13f

%36.00
%50.74
%13.26

CMYK Percentages of Color #abf13f

%29
%0
%74
%5

Triadic Colors of #abf13f

#abf13f #3fabf1 #f13fab

Analogous Colors of #abf13f

#abf13f #52f13f #f1de3f

Monochromatic Colors of #abf13f

#abf13f

Complementary Color

#abf13f #853ff1

#abf13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf13f Color CSS Codes

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

#abf13f Text Font Color

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

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


#abf13f Background Color

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

This div background color is #abf13f


#abf13f Border Color

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

This div border color is #abf13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf13f


Comments

No comments written yet.

Please login to write comment.