Color Hex Logo

#5afe4d Color Hex

#5AFE4D
(90,254,77)
1 Favorites   0 Comments

Color spaces of #5afe4d

RGB 9025477
HSL0.320.990.65
HSV116°70°100°
CMYK 0.650.000.70   0.00
XYZ40.997873.593119.0653
Yxy73.59310.30670.5506
Hunter Lab85.7864-64.820146.8738
CIE-Lab88.7298-73.637268.6787

#5afe4d color RGB value is (90,254,77).

#5afe4d hex color red value is 90, green value is 254 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5afe4d hue: 0.32 , saturation: 0.99 and the lightness value of 5afe4d is 0.65.

The process color (four color CMYK) of #5afe4d color hex is 0.65, 0.00, 0.70, 0.00. Web safe color of #5afe4d is #66ff66. Color #5afe4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 01001101
Octal 132 376 115
Decimal 90 254 77
Hex 5A FE 4D

RGB Percentages of Color #5afe4d

%21.38
%60.33
%18.29

CMYK Percentages of Color #5afe4d

%65
%0
%70
%0

Triadic Colors of #5afe4d

#5afe4d #4d5afe #fe4d5a

Analogous Colors of #5afe4d

#5afe4d #4dfe99 #b3fe4d

Monochromatic Colors of #5afe4d

#5afe4d

Complementary Color

#5afe4d #f14dfe

#5afe4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afe4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afe4d Color CSS Codes

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

#5afe4d Text Font Color

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

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


#5afe4d Background Color

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

This div background color is #5afe4d


#5afe4d Border Color

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

This div border color is #5afe4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afe4d


Comments

No comments written yet.

Please login to write comment.