Color Hex Logo

#5bb09f Color Hex

#5BB09F
(91,176,159)
0 Favorites   0 Comments

Color spaces of #5bb09f

RGB 91176159
HSL0.470.350.52
HSV168°48°69°
CMYK 0.480.000.10   0.31
XYZ26.097735.778038.3312
Yxy35.77800.26040.3570
Hunter Lab59.8147-26.79463.8754
CIE-Lab66.3500-29.97570.7634

#5bb09f color RGB value is (91,176,159).

#5bb09f hex color red value is 91, green value is 176 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5bb09f hue: 0.47 , saturation: 0.35 and the lightness value of 5bb09f is 0.52.

The process color (four color CMYK) of #5bb09f color hex is 0.48, 0.00, 0.10, 0.31. Web safe color of #5bb09f is #669999. Color #5bb09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110000 10011111
Octal 133 260 237
Decimal 91 176 159
Hex 5B B0 9F

RGB Percentages of Color #5bb09f

%21.36
%41.31
%37.32

CMYK Percentages of Color #5bb09f

%48
%0
%10
%31

Triadic Colors of #5bb09f

#5bb09f #9f5bb0 #b09f5b

Analogous Colors of #5bb09f

#5bb09f #5b97b0 #5bb075

Monochromatic Colors of #5bb09f

#5bb09f

Complementary Color

#5bb09f #b05b6c

#5bb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb09f Color CSS Codes

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

#5bb09f Text Font Color

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

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


#5bb09f Background Color

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

This div background color is #5bb09f


#5bb09f Border Color

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

This div border color is #5bb09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb09f


Comments

No comments written yet.

Please login to write comment.