Color Hex Logo

#5bdc7b Color Hex

#5BDC7B
(91,220,123)
0 Favorites   0 Comments

Color spaces of #5bdc7b

RGB 91220123
HSL0.370.650.61
HSV135°59°86°
CMYK 0.590.000.44   0.14
XYZ33.482754.840627.5595
Yxy54.84060.28890.4732
Hunter Lab74.0544-48.888929.7732
CIE-Lab78.9494-56.137737.1932

#5bdc7b color RGB value is (91,220,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 01111011
Octal 133 334 173
Decimal 91 220 123
Hex 5B DC 7B

RGB Percentages of Color #5bdc7b

%20.97
%50.69
%28.34

CMYK Percentages of Color #5bdc7b

%59
%0
%44
%14

Triadic Colors of #5bdc7b

#5bdc7b #7b5bdc #dc7b5b

Analogous Colors of #5bdc7b

#5bdc7b #5bdcbc #7cdc5b

Monochromatic Colors of #5bdc7b

#5bdc7b

Complementary Color

#5bdc7b #dc5bbc

#5bdc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdc7b Color CSS Codes

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

#5bdc7b Text Font Color

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

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


#5bdc7b Background Color

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

This div background color is #5bdc7b


#5bdc7b Border Color

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

This div border color is #5bdc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdc7b


Comments

No comments written yet.

Please login to write comment.