Color Hex Logo

#5bdc3c Color Hex

#5BDC3C
(91,220,60)
0 Favorites   0 Comments

Color spaces of #5bdc3c

RGB 9122060
HSL0.300.700.55
HSV108°73°86°
CMYK 0.590.000.73   0.14
XYZ30.723253.736813.0279
Yxy53.73680.31510.5512
Hunter Lab73.3054-53.472940.7767
CIE-Lab78.3080-63.353764.0474

#5bdc3c color RGB value is (91,220,60).

#5bdc3c hex color red value is 91, green value is 220 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #5bdc3c hue: 0.30 , saturation: 0.70 and the lightness value of 5bdc3c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 00111100
Octal 133 334 74
Decimal 91 220 60
Hex 5B DC 3C

RGB Percentages of Color #5bdc3c

%24.53
%59.30
%16.17

CMYK Percentages of Color #5bdc3c

%59
%0
%73
%14

Triadic Colors of #5bdc3c

#5bdc3c #3c5bdc #dc3c5b

Analogous Colors of #5bdc3c

#5bdc3c #3cdc6d #abdc3c

Monochromatic Colors of #5bdc3c

#5bdc3c

Complementary Color

#5bdc3c #bd3cdc

#5bdc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdc3c Color CSS Codes

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

#5bdc3c Text Font Color

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

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


#5bdc3c Background Color

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

This div background color is #5bdc3c


#5bdc3c Border Color

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

This div border color is #5bdc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdc3c


Comments

No comments written yet.

Please login to write comment.