Color Hex Logo

#abf531 Color Hex

#ABF531
(171,245,49)
0 Favorites   0 Comments

Color spaces of #abf531

RGB 17124549
HSL0.230.910.58
HSV83°80°96°
CMYK 0.300.000.80   0.04
XYZ50.001474.184514.5894
Yxy74.18450.36030.5346
Hunter Lab86.1304-47.103450.2483
CIE-Lab89.0096-48.996678.7086

#abf531 color RGB value is (171,245,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00110001
Octal 253 365 61
Decimal 171 245 49
Hex AB F5 31

RGB Percentages of Color #abf531

%36.77
%52.69
%10.54

CMYK Percentages of Color #abf531

%30
%0
%80
%4

Triadic Colors of #abf531

#abf531 #31abf5 #f531ab

Analogous Colors of #abf531

#abf531 #49f531 #f5dd31

Monochromatic Colors of #abf531

#abf531

Complementary Color

#abf531 #7b31f5

#abf531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf531 Color CSS Codes

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

#abf531 Text Font Color

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

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


#abf531 Background Color

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

This div background color is #abf531


#abf531 Border Color

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

This div border color is #abf531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf531


Comments

No comments written yet.

Please login to write comment.