Color Hex Logo

#5ab58b Color Hex

#5AB58B
(90,181,139)
0 Favorites   0 Comments

Color spaces of #5ab58b

RGB 90181139
HSL0.420.380.53
HSV152°50°71°
CMYK 0.500.000.23   0.29
XYZ25.400537.085530.2456
Yxy37.08550.27390.3999
Hunter Lab60.8979-32.118913.1815
CIE-Lab67.3411-37.168113.1955

#5ab58b color RGB value is (90,181,139).

#5ab58b hex color red value is 90, green value is 181 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5ab58b hue: 0.42 , saturation: 0.38 and the lightness value of 5ab58b is 0.53.

The process color (four color CMYK) of #5ab58b color hex is 0.50, 0.00, 0.23, 0.29. Web safe color of #5ab58b is #66cc99. Color #5ab58b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110101 10001011
Octal 132 265 213
Decimal 90 181 139
Hex 5A B5 8B

RGB Percentages of Color #5ab58b

%21.95
%44.15
%33.90

CMYK Percentages of Color #5ab58b

%50
%0
%23
%29

Triadic Colors of #5ab58b

#5ab58b #8b5ab5 #b58b5a

Analogous Colors of #5ab58b

#5ab58b #5ab2b5 #5ab55e

Monochromatic Colors of #5ab58b

#5ab58b

Complementary Color

#5ab58b #b55a84

#5ab58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab58b Color CSS Codes

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

#5ab58b Text Font Color

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

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


#5ab58b Background Color

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

This div background color is #5ab58b


#5ab58b Border Color

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

This div border color is #5ab58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab58b


Comments

No comments written yet.

Please login to write comment.