Color Hex Logo

#5bb38f Color Hex

#5BB38F
(91,179,143)
0 Favorites   0 Comments

Color spaces of #5bb38f

RGB 91179143
HSL0.430.370.53
HSV155°49°70°
CMYK 0.490.000.20   0.30
XYZ25.392436.447531.6834
Yxy36.44750.27150.3897
Hunter Lab60.3718-30.573411.1446
CIE-Lab66.8604-35.130410.3309

#5bb38f color RGB value is (91,179,143).

#5bb38f hex color red value is 91, green value is 179 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5bb38f hue: 0.43 , saturation: 0.37 and the lightness value of 5bb38f is 0.53.

The process color (four color CMYK) of #5bb38f color hex is 0.49, 0.00, 0.20, 0.30. Web safe color of #5bb38f is #66cc99. Color #5bb38f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110011 10001111
Octal 133 263 217
Decimal 91 179 143
Hex 5B B3 8F

RGB Percentages of Color #5bb38f

%22.03
%43.34
%34.62

CMYK Percentages of Color #5bb38f

%49
%0
%20
%30

Triadic Colors of #5bb38f

#5bb38f #8f5bb3 #b38f5b

Analogous Colors of #5bb38f

#5bb38f #5babb3 #5bb363

Monochromatic Colors of #5bb38f

#5bb38f

Complementary Color

#5bb38f #b35b7f

#5bb38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb38f Color CSS Codes

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

#5bb38f Text Font Color

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

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


#5bb38f Background Color

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

This div background color is #5bb38f


#5bb38f Border Color

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

This div border color is #5bb38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb38f


Comments

No comments written yet.

Please login to write comment.