Color Hex Logo

#5ae37d Color Hex

#5AE37D
(90,227,125)
0 Favorites   0 Comments

Color spaces of #5ae37d

RGB 90227125
HSL0.380.710.62
HSV135°60°89°
CMYK 0.600.000.45   0.11
XYZ35.387258.592528.8464
Yxy58.59250.28810.4770
Hunter Lab76.5457-51.434231.2385
CIE-Lab81.0671-58.693638.9052

#5ae37d color RGB value is (90,227,125).

#5ae37d hex color red value is 90, green value is 227 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5ae37d hue: 0.38 , saturation: 0.71 and the lightness value of 5ae37d is 0.62.

The process color (four color CMYK) of #5ae37d color hex is 0.60, 0.00, 0.45, 0.11. Web safe color of #5ae37d is #66cc66. Color #5ae37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100011 01111101
Octal 132 343 175
Decimal 90 227 125
Hex 5A E3 7D

RGB Percentages of Color #5ae37d

%20.36
%51.36
%28.28

CMYK Percentages of Color #5ae37d

%60
%0
%45
%11

Triadic Colors of #5ae37d

#5ae37d #7d5ae3 #e37d5a

Analogous Colors of #5ae37d

#5ae37d #5ae3c2 #7ce35a

Monochromatic Colors of #5ae37d

#5ae37d

Complementary Color

#5ae37d #e35ac0

#5ae37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae37d Color CSS Codes

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

#5ae37d Text Font Color

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

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


#5ae37d Background Color

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

This div background color is #5ae37d


#5ae37d Border Color

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

This div border color is #5ae37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae37d


Comments

No comments written yet.

Please login to write comment.