Color Hex Logo

#5ab68f Color Hex

#5AB68F
(90,182,143)
0 Favorites   0 Comments

Color spaces of #5ab68f

RGB 90182143
HSL0.430.390.53
HSV155°51°71°
CMYK 0.510.000.21   0.29
XYZ25.902337.612731.8814
Yxy37.61270.27150.3943
Hunter Lab61.3292-31.936912.1091
CIE-Lab67.7342-36.755411.5618

#5ab68f color RGB value is (90,182,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10110110 10001111
Octal 132 266 217
Decimal 90 182 143
Hex 5A B6 8F

RGB Percentages of Color #5ab68f

%21.69
%43.86
%34.46

CMYK Percentages of Color #5ab68f

%51
%0
%21
%29

Triadic Colors of #5ab68f

#5ab68f #8f5ab6 #b68f5a

Analogous Colors of #5ab68f

#5ab68f #5aafb6 #5ab661

Monochromatic Colors of #5ab68f

#5ab68f

Complementary Color

#5ab68f #b65a81

#5ab68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ab68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ab68f Color CSS Codes

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

#5ab68f Text Font Color

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

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


#5ab68f Background Color

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

This div background color is #5ab68f


#5ab68f Border Color

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

This div border color is #5ab68f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,182,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 #5ab68f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ab68f


Comments

No comments written yet.

Please login to write comment.