Color Hex Logo

#5bd27c Color Hex

#5BD27C
(91,210,124)
0 Favorites   0 Comments

Color spaces of #5bd27c

RGB 91210124
HSL0.380.570.59
HSV137°57°82°
CMYK 0.570.000.41   0.18
XYZ30.999149.772627.0420
Yxy49.77260.28750.4617
Hunter Lab70.5497-45.030226.6587
CIE-Lab75.9295-52.077332.7834

#5bd27c color RGB value is (91,210,124).

#5bd27c hex color red value is 91, green value is 210 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #5bd27c hue: 0.38 , saturation: 0.57 and the lightness value of 5bd27c is 0.59.

The process color (four color CMYK) of #5bd27c color hex is 0.57, 0.00, 0.41, 0.18. Web safe color of #5bd27c is #66cc66. Color #5bd27c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010010 01111100
Octal 133 322 174
Decimal 91 210 124
Hex 5B D2 7C

RGB Percentages of Color #5bd27c

%21.41
%49.41
%29.18

CMYK Percentages of Color #5bd27c

%57
%0
%41
%18

Triadic Colors of #5bd27c

#5bd27c #7c5bd2 #d27c5b

Analogous Colors of #5bd27c

#5bd27c #5bd2b8 #76d25b

Monochromatic Colors of #5bd27c

#5bd27c

Complementary Color

#5bd27c #d25bb1

#5bd27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd27c Color CSS Codes

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

#5bd27c Text Font Color

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

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


#5bd27c Background Color

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

This div background color is #5bd27c


#5bd27c Border Color

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

This div border color is #5bd27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd27c


Comments

No comments written yet.

Please login to write comment.