Color Hex Logo

#5ae65b Color Hex

#5AE65B
(90,230,91)
0 Favorites   0 Comments

Color spaces of #5ae65b

RGB 9023091
HSL0.330.740.63
HSV120°61°90°
CMYK 0.610.000.60   0.10
XYZ34.401659.522619.5734
Yxy59.52260.30310.5244
Hunter Lab77.1509-55.420938.9636
CIE-Lab81.5780-64.266855.3627

#5ae65b color RGB value is (90,230,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100110 01011011
Octal 132 346 133
Decimal 90 230 91
Hex 5A E6 5B

RGB Percentages of Color #5ae65b

%21.90
%55.96
%22.14

CMYK Percentages of Color #5ae65b

%61
%0
%60
%10

Triadic Colors of #5ae65b

#5ae65b #5b5ae6 #e65b5a

Analogous Colors of #5ae65b

#5ae65b #5ae6a1 #9fe65a

Monochromatic Colors of #5ae65b

#5ae65b

Complementary Color

#5ae65b #e65ae5

#5ae65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae65b Color CSS Codes

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

#5ae65b Text Font Color

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

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


#5ae65b Background Color

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

This div background color is #5ae65b


#5ae65b Border Color

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

This div border color is #5ae65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae65b


Comments

No comments written yet.

Please login to write comment.