Color Hex Logo

#5ab388 Color Hex

#5AB388
(90,179,136)
0 Favorites   0 Comments

Color spaces of #5ab388

RGB 90179136
HSL0.420.370.53
HSV151°50°70°
CMYK 0.500.000.24   0.30
XYZ24.780536.191428.9721
Yxy36.19140.27550.4024
Hunter Lab60.1593-31.752013.5580
CIE-Lab66.6659-36.899713.8892

#5ab388 color RGB value is (90,179,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110011 10001000
Octal 132 263 210
Decimal 90 179 136
Hex 5A B3 88

RGB Percentages of Color #5ab388

%22.22
%44.20
%33.58

CMYK Percentages of Color #5ab388

%50
%0
%24
%30

Triadic Colors of #5ab388

#5ab388 #885ab3 #b3885a

Analogous Colors of #5ab388

#5ab388 #5ab2b3 #5ab35c

Monochromatic Colors of #5ab388

#5ab388

Complementary Color

#5ab388 #b35a85

#5ab388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab388 Color CSS Codes

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

#5ab388 Text Font Color

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

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


#5ab388 Background Color

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

This div background color is #5ab388


#5ab388 Border Color

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

This div border color is #5ab388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab388


Comments

No comments written yet.

Please login to write comment.