Color Hex Logo

#5abf1f Color Hex

#5ABF1F
(90,191,31)
0 Favorites   0 Comments

Color spaces of #5abf1f

RGB 9019131
HSL0.270.720.44
HSV98°84°75°
CMYK 0.530.000.84   0.25
XYZ23.094639.53427.7100
Yxy39.53420.32830.5621
Hunter Lab62.8762-44.469936.7431
CIE-Lab69.1365-54.963264.0446

#5abf1f color RGB value is (90,191,31).

#5abf1f hex color red value is 90, green value is 191 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5abf1f hue: 0.27 , saturation: 0.72 and the lightness value of 5abf1f is 0.44.

The process color (four color CMYK) of #5abf1f color hex is 0.53, 0.00, 0.84, 0.25. Web safe color of #5abf1f is #66cc33. Color #5abf1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 00011111
Octal 132 277 37
Decimal 90 191 31
Hex 5A BF 1F

RGB Percentages of Color #5abf1f

%28.85
%61.22
%9.94

CMYK Percentages of Color #5abf1f

%53
%0
%84
%25

Triadic Colors of #5abf1f

#5abf1f #1f5abf #bf1f5a

Analogous Colors of #5abf1f

#5abf1f #1fbf34 #aabf1f

Monochromatic Colors of #5abf1f

#5abf1f

Complementary Color

#5abf1f #841fbf

#5abf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abf1f Color CSS Codes

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

#5abf1f Text Font Color

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

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


#5abf1f Background Color

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

This div background color is #5abf1f


#5abf1f Border Color

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

This div border color is #5abf1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,191,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5abf1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5abf1f;
  -webkit-box-shadow: 1px 1px 3px 2px #5abf1f;
  box-shadow:         1px 1px 3px 2px #5abf1f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,191,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abf1f


Comments

No comments written yet.

Please login to write comment.