Color Hex Logo

#5ae521 Color Hex

#5AE521
(90,229,33)
0 Favorites   0 Comments

Color spaces of #5ae521

RGB 9022933
HSL0.280.790.51
HSV103°86°90°
CMYK 0.610.000.86   0.10
XYZ32.510358.322110.9827
Yxy58.32210.31930.5728
Hunter Lab76.3689-57.658044.9317
CIE-Lab80.9175-68.073373.9999

#5ae521 color RGB value is (90,229,33).

#5ae521 hex color red value is 90, green value is 229 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #5ae521 hue: 0.28 , saturation: 0.79 and the lightness value of 5ae521 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100101 00100001
Octal 132 345 41
Decimal 90 229 33
Hex 5A E5 21

RGB Percentages of Color #5ae521

%25.57
%65.06
%9.38

CMYK Percentages of Color #5ae521

%61
%0
%86
%10

Triadic Colors of #5ae521

#5ae521 #215ae5 #e5215a

Analogous Colors of #5ae521

#5ae521 #21e54a #bce521

Monochromatic Colors of #5ae521

#5ae521

Complementary Color

#5ae521 #ac21e5

#5ae521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae521 Color CSS Codes

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

#5ae521 Text Font Color

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

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


#5ae521 Background Color

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

This div background color is #5ae521


#5ae521 Border Color

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

This div border color is #5ae521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae521


Comments

No comments written yet.

Please login to write comment.