Color Hex Logo

#abf52b Color Hex

#ABF52B
(171,245,43)
0 Favorites   0 Comments

Color spaces of #abf52b

RGB 17124543
HSL0.230.910.56
HSV82°82°96°
CMYK 0.300.000.82   0.04
XYZ49.883074.137213.9663
Yxy74.13720.36150.5373
Hunter Lab86.1030-47.267850.6550
CIE-Lab88.9873-49.219280.1484

#abf52b color RGB value is (171,245,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00101011
Octal 253 365 53
Decimal 171 245 43
Hex AB F5 2B

RGB Percentages of Color #abf52b

%37.25
%53.38
%9.37

CMYK Percentages of Color #abf52b

%30
%0
%82
%4

Triadic Colors of #abf52b

#abf52b #2babf5 #f52bab

Analogous Colors of #abf52b

#abf52b #46f52b #f5da2b

Monochromatic Colors of #abf52b

#abf52b

Complementary Color

#abf52b #752bf5

#abf52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf52b Color CSS Codes

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

#abf52b Text Font Color

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

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


#abf52b Background Color

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

This div background color is #abf52b


#abf52b Border Color

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

This div border color is #abf52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf52b


Comments

No comments written yet.

Please login to write comment.