Color Hex Logo

#5bc19d Color Hex

#5BC19D
(91,193,157)
0 Favorites   0 Comments

Color spaces of #5bc19d

RGB 91193157
HSL0.440.450.56
HSV159°53°76°
CMYK 0.530.000.19   0.24
XYZ29.470242.798438.6060
Yxy42.79840.26580.3860
Hunter Lab65.4205-34.076310.8061
CIE-Lab71.4179-38.38499.1646

#5bc19d color RGB value is (91,193,157).

#5bc19d hex color red value is 91, green value is 193 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5bc19d hue: 0.44 , saturation: 0.45 and the lightness value of 5bc19d is 0.56.

The process color (four color CMYK) of #5bc19d color hex is 0.53, 0.00, 0.19, 0.24. Web safe color of #5bc19d is #66cc99. Color #5bc19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000001 10011101
Octal 133 301 235
Decimal 91 193 157
Hex 5B C1 9D

RGB Percentages of Color #5bc19d

%20.63
%43.76
%35.60

CMYK Percentages of Color #5bc19d

%53
%0
%19
%24

Triadic Colors of #5bc19d

#5bc19d #9d5bc1 #c19d5b

Analogous Colors of #5bc19d

#5bc19d #5bb2c1 #5bc16a

Monochromatic Colors of #5bc19d

#5bc19d

Complementary Color

#5bc19d #c15b7f

#5bc19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc19d Color CSS Codes

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

#5bc19d Text Font Color

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

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


#5bc19d Background Color

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

This div background color is #5bc19d


#5bc19d Border Color

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

This div border color is #5bc19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc19d


Comments

No comments written yet.

Please login to write comment.