Color Hex Logo

#5bd48b Color Hex

#5BD48B
(91,212,139)
0 Favorites   0 Comments

Color spaces of #5bd48b

RGB 91212139
HSL0.400.580.59
HSV144°57°83°
CMYK 0.570.000.34   0.17
XYZ32.518151.175232.5900
Yxy51.17520.27960.4401
Hunter Lab71.5368-44.049723.0651
CIE-Lab76.7850-50.232826.1900

#5bd48b color RGB value is (91,212,139).

#5bd48b hex color red value is 91, green value is 212 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5bd48b hue: 0.40 , saturation: 0.58 and the lightness value of 5bd48b is 0.59.

The process color (four color CMYK) of #5bd48b color hex is 0.57, 0.00, 0.34, 0.17. Web safe color of #5bd48b is #66cc99. Color #5bd48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010100 10001011
Octal 133 324 213
Decimal 91 212 139
Hex 5B D4 8B

RGB Percentages of Color #5bd48b

%20.59
%47.96
%31.45

CMYK Percentages of Color #5bd48b

%57
%0
%34
%17

Triadic Colors of #5bd48b

#5bd48b #8b5bd4 #d48b5b

Analogous Colors of #5bd48b

#5bd48b #5bd4c8 #68d45b

Monochromatic Colors of #5bd48b

#5bd48b

Complementary Color

#5bd48b #d45ba4

#5bd48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd48b Color CSS Codes

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

#5bd48b Text Font Color

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

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


#5bd48b Background Color

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

This div background color is #5bd48b


#5bd48b Border Color

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

This div border color is #5bd48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd48b


Comments

No comments written yet.

Please login to write comment.