Color Hex Logo

#5bb49d Color Hex

#5BB49D
(91,180,157)
0 Favorites   0 Comments

Color spaces of #5bb49d

RGB 91180157
HSL0.460.370.53
HSV164°49°71°
CMYK 0.490.000.13   0.29
XYZ26.721437.301037.6897
Yxy37.30100.26270.3667
Hunter Lab61.0745-28.78296.1637
CIE-Lab67.5022-32.37403.5423

#5bb49d color RGB value is (91,180,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110100 10011101
Octal 133 264 235
Decimal 91 180 157
Hex 5B B4 9D

RGB Percentages of Color #5bb49d

%21.26
%42.06
%36.68

CMYK Percentages of Color #5bb49d

%49
%0
%13
%29

Triadic Colors of #5bb49d

#5bb49d #9d5bb4 #b49d5b

Analogous Colors of #5bb49d

#5bb49d #5b9fb4 #5bb471

Monochromatic Colors of #5bb49d

#5bb49d

Complementary Color

#5bb49d #b45b72

#5bb49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb49d Color CSS Codes

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

#5bb49d Text Font Color

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

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


#5bb49d Background Color

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

This div background color is #5bb49d


#5bb49d Border Color

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

This div border color is #5bb49d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,180,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 #5bb49d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb49d


Comments

No comments written yet.

Please login to write comment.