Color Hex Logo

#5abc6f Color Hex

#5ABC6F
(90,188,111)
0 Favorites   0 Comments

Color spaces of #5abc6f

RGB 90188111
HSL0.370.420.55
HSV133°52°74°
CMYK 0.520.000.41   0.26
XYZ25.068939.287821.3010
Yxy39.28780.29270.4587
Hunter Lab62.6800-38.298823.7270
CIE-Lab68.9592-45.550330.3785

#5abc6f color RGB value is (90,188,111).

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

The process color (four color CMYK) of #5abc6f color hex is 0.52, 0.00, 0.41, 0.26. Web safe color of #5abc6f is #66cc66. Color #5abc6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 01101111
Octal 132 274 157
Decimal 90 188 111
Hex 5A BC 6F

RGB Percentages of Color #5abc6f

%23.14
%48.33
%28.53

CMYK Percentages of Color #5abc6f

%52
%0
%41
%26

Triadic Colors of #5abc6f

#5abc6f #6f5abc #bc6f5a

Analogous Colors of #5abc6f

#5abc6f #5abca0 #76bc5a

Monochromatic Colors of #5abc6f

#5abc6f

Complementary Color

#5abc6f #bc5aa7

#5abc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abc6f Color CSS Codes

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

#5abc6f Text Font Color

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

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


#5abc6f Background Color

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

This div background color is #5abc6f


#5abc6f Border Color

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

This div border color is #5abc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abc6f


Comments

No comments written yet.

Please login to write comment.