Color Hex Logo

#5af84f Color Hex

#5AF84F
(90,248,79)
0 Favorites   0 Comments

Color spaces of #5af84f

RGB 9024879
HSL0.320.920.64
HSV116°68°97°
CMYK 0.640.000.68   0.03
XYZ39.195169.873018.8182
Yxy69.87300.30650.5464
Hunter Lab83.5901-62.584645.1654
CIE-Lab86.9345-71.519366.0689

#5af84f color RGB value is (90,248,79).

#5af84f hex color red value is 90, green value is 248 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5af84f hue: 0.32 , saturation: 0.92 and the lightness value of 5af84f is 0.64.

The process color (four color CMYK) of #5af84f color hex is 0.64, 0.00, 0.68, 0.03. Web safe color of #5af84f is #66ff66. Color #5af84f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111000 01001111
Octal 132 370 117
Decimal 90 248 79
Hex 5A F8 4F

RGB Percentages of Color #5af84f

%21.58
%59.47
%18.94

CMYK Percentages of Color #5af84f

%64
%0
%68
%3

Triadic Colors of #5af84f

#5af84f #4f5af8 #f84f5a

Analogous Colors of #5af84f

#5af84f #4ff899 #aff84f

Monochromatic Colors of #5af84f

#5af84f

Complementary Color

#5af84f #ed4ff8

#5af84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af84f Color CSS Codes

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

#5af84f Text Font Color

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

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


#5af84f Background Color

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

This div background color is #5af84f


#5af84f Border Color

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

This div border color is #5af84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af84f


Comments

No comments written yet.

Please login to write comment.