Color Hex Logo

#abf42b Color Hex

#ABF42B
(171,244,43)
0 Favorites   0 Comments

Color spaces of #abf42b

RGB 17124443
HSL0.230.900.56
HSV82°82°96°
CMYK 0.300.000.82   0.04
XYZ49.581373.533713.8657
Yxy73.53370.36200.5368
Hunter Lab85.7518-46.857750.4393
CIE-Lab88.7016-48.802779.8986

#abf42b color RGB value is (171,244,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 00101011
Octal 253 364 53
Decimal 171 244 43
Hex AB F4 2B

RGB Percentages of Color #abf42b

%37.34
%53.28
%9.39

CMYK Percentages of Color #abf42b

%30
%0
%82
%4

Triadic Colors of #abf42b

#abf42b #2babf4 #f42bab

Analogous Colors of #abf42b

#abf42b #46f42b #f4d92b

Monochromatic Colors of #abf42b

#abf42b

Complementary Color

#abf42b #742bf4

#abf42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf42b Color CSS Codes

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

#abf42b Text Font Color

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

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


#abf42b Background Color

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

This div background color is #abf42b


#abf42b Border Color

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

This div border color is #abf42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf42b

Related Colors


Comments

No comments written yet.

Please login to write comment.