Color Hex Logo

#5aef2e Color Hex

#5AEF2E
(90,239,46)
0 Favorites   0 Comments

Color spaces of #5aef2e

RGB 9023946
HSL0.300.860.56
HSV106°81°94°
CMYK 0.620.000.81   0.06
XYZ35.576164.103913.0830
Yxy64.10390.31550.5685
Hunter Lab80.0649-60.798846.3572
CIE-Lab84.0198-70.782173.7566

#5aef2e color RGB value is (90,239,46).

#5aef2e hex color red value is 90, green value is 239 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5aef2e hue: 0.30 , saturation: 0.86 and the lightness value of 5aef2e is 0.56.

The process color (four color CMYK) of #5aef2e color hex is 0.62, 0.00, 0.81, 0.06. Web safe color of #5aef2e is #66ff33. Color #5aef2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 00101110
Octal 132 357 56
Decimal 90 239 46
Hex 5A EF 2E

RGB Percentages of Color #5aef2e

%24.00
%63.73
%12.27

CMYK Percentages of Color #5aef2e

%62
%0
%81
%6

Triadic Colors of #5aef2e

#5aef2e #2e5aef #ef2e5a

Analogous Colors of #5aef2e

#5aef2e #2eef63 #bbef2e

Monochromatic Colors of #5aef2e

#5aef2e

Complementary Color

#5aef2e #c32eef

#5aef2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aef2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aef2e Color CSS Codes

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

#5aef2e Text Font Color

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

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


#5aef2e Background Color

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

This div background color is #5aef2e


#5aef2e Border Color

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

This div border color is #5aef2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aef2e


Comments

No comments written yet.

Please login to write comment.