Color Hex Logo

#5bdd6d Color Hex

#5BDD6D
(91,221,109)
0 Favorites   0 Comments

Color spaces of #5bdd6d

RGB 91221109
HSL0.360.660.61
HSV128°59°87°
CMYK 0.590.000.51   0.13
XYZ32.931255.041223.3564
Yxy55.04120.29580.4944
Hunter Lab74.1898-50.599933.2672
CIE-Lab79.0650-58.585644.1819

#5bdd6d color RGB value is (91,221,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011101 01101101
Octal 133 335 155
Decimal 91 221 109
Hex 5B DD 6D

RGB Percentages of Color #5bdd6d

%21.62
%52.49
%25.89

CMYK Percentages of Color #5bdd6d

%59
%0
%51
%13

Triadic Colors of #5bdd6d

#5bdd6d #6d5bdd #dd6d5b

Analogous Colors of #5bdd6d

#5bdd6d #5bddae #8add5b

Monochromatic Colors of #5bdd6d

#5bdd6d

Complementary Color

#5bdd6d #dd5bcb

#5bdd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdd6d Color CSS Codes

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

#5bdd6d Text Font Color

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

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


#5bdd6d Background Color

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

This div background color is #5bdd6d


#5bdd6d Border Color

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

This div border color is #5bdd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdd6d


Comments

No comments written yet.

Please login to write comment.