Color Hex Logo

#5bde6c Color Hex

#5BDE6C
(91,222,108)
0 Favorites   0 Comments

Color spaces of #5bde6c

RGB 91222108
HSL0.350.660.61
HSV128°59°87°
CMYK 0.590.000.51   0.13
XYZ33.142455.549423.1627
Yxy55.54940.29630.4966
Hunter Lab74.5315-51.055333.7460
CIE-Lab79.3567-59.093845.0167

#5bde6c color RGB value is (91,222,108).

#5bde6c hex color red value is 91, green value is 222 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5bde6c hue: 0.35 , saturation: 0.66 and the lightness value of 5bde6c is 0.61.

The process color (four color CMYK) of #5bde6c color hex is 0.59, 0.00, 0.51, 0.13. Web safe color of #5bde6c is #66cc66. Color #5bde6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011110 01101100
Octal 133 336 154
Decimal 91 222 108
Hex 5B DE 6C

RGB Percentages of Color #5bde6c

%21.62
%52.73
%25.65

CMYK Percentages of Color #5bde6c

%59
%0
%51
%13

Triadic Colors of #5bde6c

#5bde6c #6c5bde #de6c5b

Analogous Colors of #5bde6c

#5bde6c #5bdeae #8cde5b

Monochromatic Colors of #5bde6c

#5bde6c

Complementary Color

#5bde6c #de5bcd

#5bde6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bde6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bde6c Color CSS Codes

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

#5bde6c Text Font Color

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

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


#5bde6c Background Color

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

This div background color is #5bde6c


#5bde6c Border Color

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

This div border color is #5bde6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bde6c


Comments

No comments written yet.

Please login to write comment.