Color Hex Logo

#5ae676 Color Hex

#5AE676
(90,230,118)
0 Favorites   0 Comments

Color spaces of #5ae676

RGB 90230118
HSL0.370.740.63
HSV132°61°90°
CMYK 0.610.000.49   0.10
XYZ35.783360.075326.8493
Yxy60.07530.29160.4896
Hunter Lab77.5083-53.231233.7174
CIE-Lab81.8791-60.856543.3407

#5ae676 color RGB value is (90,230,118).

#5ae676 hex color red value is 90, green value is 230 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #5ae676 hue: 0.37 , saturation: 0.74 and the lightness value of 5ae676 is 0.63.

The process color (four color CMYK) of #5ae676 color hex is 0.61, 0.00, 0.49, 0.10. Web safe color of #5ae676 is #66ff66. Color #5ae676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100110 01110110
Octal 132 346 166
Decimal 90 230 118
Hex 5A E6 76

RGB Percentages of Color #5ae676

%20.55
%52.51
%26.94

CMYK Percentages of Color #5ae676

%61
%0
%49
%10

Triadic Colors of #5ae676

#5ae676 #765ae6 #e6765a

Analogous Colors of #5ae676

#5ae676 #5ae6bc #84e65a

Monochromatic Colors of #5ae676

#5ae676

Complementary Color

#5ae676 #e65aca

#5ae676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae676 Color CSS Codes

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

#5ae676 Text Font Color

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

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


#5ae676 Background Color

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

This div background color is #5ae676


#5ae676 Border Color

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

This div border color is #5ae676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae676


Comments

No comments written yet.

Please login to write comment.