Color Hex Logo

#5bde82 Color Hex

#5BDE82
(91,222,130)
0 Favorites   0 Comments

Color spaces of #5bde82

RGB 91222130
HSL0.380.660.61
HSV138°59°87°
CMYK 0.590.000.41   0.13
XYZ34.464956.078430.1268
Yxy56.07840.28560.4647
Hunter Lab74.8855-48.897828.5672
CIE-Lab79.6584-55.774234.6033

#5bde82 color RGB value is (91,222,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011110 10000010
Octal 133 336 202
Decimal 91 222 130
Hex 5B DE 82

RGB Percentages of Color #5bde82

%20.54
%50.11
%29.35

CMYK Percentages of Color #5bde82

%59
%0
%41
%13

Triadic Colors of #5bde82

#5bde82 #825bde #de825b

Analogous Colors of #5bde82

#5bde82 #5bdec4 #76de5b

Monochromatic Colors of #5bde82

#5bde82

Complementary Color

#5bde82 #de5bb7

#5bde82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bde82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bde82 Color CSS Codes

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

#5bde82 Text Font Color

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

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


#5bde82 Background Color

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

This div background color is #5bde82


#5bde82 Border Color

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

This div border color is #5bde82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bde82


Comments

No comments written yet.

Please login to write comment.