Color Hex Logo

#5ae42e Color Hex

#5AE42E
(90,228,46)
0 Favorites   0 Comments

Color spaces of #5ae42e

RGB 9022846
HSL0.290.770.54
HSV105°80°89°
CMYK 0.610.000.80   0.11
XYZ32.453057.857712.0420
Yxy57.85770.31710.5653
Hunter Lab76.0642-56.955043.8586
CIE-Lab80.6596-67.167170.6534

#5ae42e color RGB value is (90,228,46).

#5ae42e hex color red value is 90, green value is 228 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5ae42e hue: 0.29 , saturation: 0.77 and the lightness value of 5ae42e is 0.54.

The process color (four color CMYK) of #5ae42e color hex is 0.61, 0.00, 0.80, 0.11. Web safe color of #5ae42e is #66cc33. Color #5ae42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100100 00101110
Octal 132 344 56
Decimal 90 228 46
Hex 5A E4 2E

RGB Percentages of Color #5ae42e

%24.73
%62.64
%12.64

CMYK Percentages of Color #5ae42e

%61
%0
%80
%11

Triadic Colors of #5ae42e

#5ae42e #2e5ae4 #e42e5a

Analogous Colors of #5ae42e

#5ae42e #2ee45d #b5e42e

Monochromatic Colors of #5ae42e

#5ae42e

Complementary Color

#5ae42e #b82ee4

#5ae42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae42e Color CSS Codes

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

#5ae42e Text Font Color

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

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


#5ae42e Background Color

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

This div background color is #5ae42e


#5ae42e Border Color

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

This div border color is #5ae42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae42e


Comments

No comments written yet.

Please login to write comment.