Color Hex Logo

#5ae17b Color Hex

#5AE17B
(90,225,123)
0 Favorites   0 Comments

Color spaces of #5ae17b

RGB 90225123
HSL0.370.690.62
HSV135°60°88°
CMYK 0.600.000.45   0.12
XYZ34.716857.454127.9989
Yxy57.45410.28890.4781
Hunter Lab75.7985-50.891831.1580
CIE-Lab80.4343-58.252139.0847

#5ae17b color RGB value is (90,225,123).

#5ae17b hex color red value is 90, green value is 225 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5ae17b hue: 0.37 , saturation: 0.69 and the lightness value of 5ae17b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100001 01111011
Octal 132 341 173
Decimal 90 225 123
Hex 5A E1 7B

RGB Percentages of Color #5ae17b

%20.55
%51.37
%28.08

CMYK Percentages of Color #5ae17b

%60
%0
%45
%12

Triadic Colors of #5ae17b

#5ae17b #7b5ae1 #e17b5a

Analogous Colors of #5ae17b

#5ae17b #5ae1bf #7de15a

Monochromatic Colors of #5ae17b

#5ae17b

Complementary Color

#5ae17b #e15ac0

#5ae17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae17b Color CSS Codes

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

#5ae17b Text Font Color

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

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


#5ae17b Background Color

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

This div background color is #5ae17b


#5ae17b Border Color

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

This div border color is #5ae17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae17b


Comments

No comments written yet.

Please login to write comment.