Color Hex Logo

#5bd778 Color Hex

#5BD778
(91,215,120)
0 Favorites   0 Comments

Color spaces of #5bd778

RGB 91215120
HSL0.370.610.60
HSV134°58°84°
CMYK 0.580.000.44   0.16
XYZ32.005052.181126.1544
Yxy52.18110.29010.4729
Hunter Lab72.2365-47.327929.0986
CIE-Lab77.3890-54.685236.6906

#5bd778 color RGB value is (91,215,120).

#5bd778 hex color red value is 91, green value is 215 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #5bd778 hue: 0.37 , saturation: 0.61 and the lightness value of 5bd778 is 0.60.

The process color (four color CMYK) of #5bd778 color hex is 0.58, 0.00, 0.44, 0.16. Web safe color of #5bd778 is #66cc66. Color #5bd778 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010111 01111000
Octal 133 327 170
Decimal 91 215 120
Hex 5B D7 78

RGB Percentages of Color #5bd778

%21.36
%50.47
%28.17

CMYK Percentages of Color #5bd778

%58
%0
%44
%16

Triadic Colors of #5bd778

#5bd778 #785bd7 #d7785b

Analogous Colors of #5bd778

#5bd778 #5bd7b6 #7cd75b

Monochromatic Colors of #5bd778

#5bd778

Complementary Color

#5bd778 #d75bba

#5bd778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd778 Color CSS Codes

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

#5bd778 Text Font Color

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

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


#5bd778 Background Color

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

This div background color is #5bd778


#5bd778 Border Color

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

This div border color is #5bd778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd778


Comments

No comments written yet.

Please login to write comment.