Color Hex Logo

#5ae33b Color Hex

#5AE33B
(90,227,59)
0 Favorites   0 Comments

Color spaces of #5ae33b

RGB 9022759
HSL0.300.750.56
HSV109°74°89°
CMYK 0.600.000.74   0.11
XYZ32.475057.427613.5107
Yxy57.42760.31400.5553
Hunter Lab75.7810-56.122842.4761
CIE-Lab80.4195-66.053266.4852

#5ae33b color RGB value is (90,227,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100011 00111011
Octal 132 343 73
Decimal 90 227 59
Hex 5A E3 3B

RGB Percentages of Color #5ae33b

%23.94
%60.37
%15.69

CMYK Percentages of Color #5ae33b

%60
%0
%74
%11

Triadic Colors of #5ae33b

#5ae33b #3b5ae3 #e33b5a

Analogous Colors of #5ae33b

#5ae33b #3be370 #aee33b

Monochromatic Colors of #5ae33b

#5ae33b

Complementary Color

#5ae33b #c43be3

#5ae33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae33b Color CSS Codes

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

#5ae33b Text Font Color

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

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


#5ae33b Background Color

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

This div background color is #5ae33b


#5ae33b Border Color

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

This div border color is #5ae33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae33b


Comments

No comments written yet.

Please login to write comment.