Color Hex Logo

#5acf1f Color Hex

#5ACF1F
(90,207,31)
0 Favorites   0 Comments

Color spaces of #5acf1f

RGB 9020731
HSL0.280.740.47
HSV100°85°81°
CMYK 0.570.000.85   0.19
XYZ26.776646.89828.9373
Yxy46.89820.32410.5677
Hunter Lab68.4823-50.050440.1999
CIE-Lab74.1246-60.693268.4688

#5acf1f color RGB value is (90,207,31).

#5acf1f hex color red value is 90, green value is 207 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5acf1f hue: 0.28 , saturation: 0.74 and the lightness value of 5acf1f is 0.47.

The process color (four color CMYK) of #5acf1f color hex is 0.57, 0.00, 0.85, 0.19. Web safe color of #5acf1f is #66cc33. Color #5acf1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001111 00011111
Octal 132 317 37
Decimal 90 207 31
Hex 5A CF 1F

RGB Percentages of Color #5acf1f

%27.44
%63.11
%9.45

CMYK Percentages of Color #5acf1f

%57
%0
%85
%19

Triadic Colors of #5acf1f

#5acf1f #1f5acf #cf1f5a

Analogous Colors of #5acf1f

#5acf1f #1fcf3c #b2cf1f

Monochromatic Colors of #5acf1f

#5acf1f

Complementary Color

#5acf1f #941fcf

#5acf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acf1f Color CSS Codes

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

#5acf1f Text Font Color

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

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


#5acf1f Background Color

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

This div background color is #5acf1f


#5acf1f Border Color

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

This div border color is #5acf1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,207,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 #5acf1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acf1f


Comments

No comments written yet.

Please login to write comment.