Color Hex Logo

#abfa3b Color Hex

#ABFA3B
(171,250,59)
0 Favorites   0 Comments

Color spaces of #abfa3b

RGB 17125059
HSL0.240.950.61
HSV85°76°98°
CMYK 0.320.000.76   0.02
XYZ51.769677.344916.3382
Yxy77.34490.35590.5318
Hunter Lab87.9459-48.830950.5475
CIE-Lab90.4801-50.632177.3081

#abfa3b color RGB value is (171,250,59).

#abfa3b hex color red value is 171, green value is 250 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #abfa3b hue: 0.24 , saturation: 0.95 and the lightness value of abfa3b is 0.61.

The process color (four color CMYK) of #abfa3b color hex is 0.32, 0.00, 0.76, 0.02. Web safe color of #abfa3b is #99ff33. Color #abfa3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 00111011
Octal 253 372 73
Decimal 171 250 59
Hex AB FA 3B

RGB Percentages of Color #abfa3b

%35.63
%52.08
%12.29

CMYK Percentages of Color #abfa3b

%32
%0
%76
%2

Triadic Colors of #abfa3b

#abfa3b #3babfa #fa3bab

Analogous Colors of #abfa3b

#abfa3b #4bfa3b #faea3b

Monochromatic Colors of #abfa3b

#abfa3b

Complementary Color

#abfa3b #8a3bfa

#abfa3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa3b Color CSS Codes

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

#abfa3b Text Font Color

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

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


#abfa3b Background Color

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

This div background color is #abfa3b


#abfa3b Border Color

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

This div border color is #abfa3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa3b


Comments

No comments written yet.

Please login to write comment.