Color Hex Logo

#5ae026 Color Hex

#5AE026
(90,224,38)
0 Favorites   0 Comments

Color spaces of #5ae026

RGB 9022438
HSL0.290.750.51
HSV103°83°88°
CMYK 0.600.000.83   0.12
XYZ31.222055.624910.9248
Yxy55.62490.31930.5689
Hunter Lab74.5821-55.794043.5227
CIE-Lab79.3999-66.212971.5471

#5ae026 color RGB value is (90,224,38).

#5ae026 hex color red value is 90, green value is 224 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #5ae026 hue: 0.29 , saturation: 0.75 and the lightness value of 5ae026 is 0.51.

The process color (four color CMYK) of #5ae026 color hex is 0.60, 0.00, 0.83, 0.12. Web safe color of #5ae026 is #66cc33. Color #5ae026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100000 00100110
Octal 132 340 46
Decimal 90 224 38
Hex 5A E0 26

RGB Percentages of Color #5ae026

%25.57
%63.64
%10.80

CMYK Percentages of Color #5ae026

%60
%0
%83
%12

Triadic Colors of #5ae026

#5ae026 #265ae0 #e0265a

Analogous Colors of #5ae026

#5ae026 #26e04f #b7e026

Monochromatic Colors of #5ae026

#5ae026

Complementary Color

#5ae026 #ac26e0

#5ae026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae026 Color CSS Codes

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

#5ae026 Text Font Color

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

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


#5ae026 Background Color

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

This div background color is #5ae026


#5ae026 Border Color

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

This div border color is #5ae026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae026


Comments

No comments written yet.

Please login to write comment.