Color Hex Logo

#5bc86c Color Hex

#5BC86C
(91,200,108)
0 Favorites   0 Comments

Color spaces of #5bc86c

RGB 91200108
HSL0.360.500.57
HSV129°55°78°
CMYK 0.550.000.46   0.22
XYZ27.675444.615421.3403
Yxy44.61540.29560.4765
Hunter Lab66.7948-42.932127.8137
CIE-Lab72.6379-50.658036.6497

#5bc86c color RGB value is (91,200,108).

#5bc86c hex color red value is 91, green value is 200 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5bc86c hue: 0.36 , saturation: 0.50 and the lightness value of 5bc86c is 0.57.

The process color (four color CMYK) of #5bc86c color hex is 0.55, 0.00, 0.46, 0.22. Web safe color of #5bc86c is #66cc66. Color #5bc86c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001000 01101100
Octal 133 310 154
Decimal 91 200 108
Hex 5B C8 6C

RGB Percentages of Color #5bc86c

%22.81
%50.13
%27.07

CMYK Percentages of Color #5bc86c

%55
%0
%46
%22

Triadic Colors of #5bc86c

#5bc86c #6c5bc8 #c86c5b

Analogous Colors of #5bc86c

#5bc86c #5bc8a3 #81c85b

Monochromatic Colors of #5bc86c

#5bc86c

Complementary Color

#5bc86c #c85bb7

#5bc86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc86c Color CSS Codes

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

#5bc86c Text Font Color

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

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


#5bc86c Background Color

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

This div background color is #5bc86c


#5bc86c Border Color

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

This div border color is #5bc86c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,200,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bc86c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bc86c;
  -webkit-box-shadow: 1px 1px 3px 2px #5bc86c;
  box-shadow:         1px 1px 3px 2px #5bc86c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,200,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc86c


Comments

No comments written yet.

Please login to write comment.