Color Hex Logo

#5ab38f Color Hex

#5AB38F
(90,179,143)
0 Favorites   0 Comments

Color spaces of #5ab38f

RGB 90179143
HSL0.430.370.53
HSV156°50°70°
CMYK 0.500.000.20   0.30
XYZ25.294536.397031.6788
Yxy36.39700.27090.3898
Hunter Lab60.3299-30.737811.0982
CIE-Lab66.8222-35.379810.2713

#5ab38f color RGB value is (90,179,143).

#5ab38f hex color red value is 90, green value is 179 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5ab38f hue: 0.43 , saturation: 0.37 and the lightness value of 5ab38f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110011 10001111
Octal 132 263 217
Decimal 90 179 143
Hex 5A B3 8F

RGB Percentages of Color #5ab38f

%21.84
%43.45
%34.71

CMYK Percentages of Color #5ab38f

%50
%0
%20
%30

Triadic Colors of #5ab38f

#5ab38f #8f5ab3 #b38f5a

Analogous Colors of #5ab38f

#5ab38f #5aabb3 #5ab363

Monochromatic Colors of #5ab38f

#5ab38f

Complementary Color

#5ab38f #b35a7e

#5ab38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab38f Color CSS Codes

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

#5ab38f Text Font Color

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

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


#5ab38f Background Color

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

This div background color is #5ab38f


#5ab38f Border Color

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

This div border color is #5ab38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab38f


Comments

No comments written yet.

Please login to write comment.