Color Hex Logo

#5bba9b Color Hex

#5BBA9B
(91,186,155)
0 Favorites   0 Comments

Color spaces of #5bba9b

RGB 91186155
HSL0.450.410.54
HSV160°51°73°
CMYK 0.510.000.17   0.27
XYZ27.789739.708537.2102
Yxy39.70850.26540.3792
Hunter Lab63.0147-31.55669.0995
CIE-Lab69.2614-35.64847.1734

#5bba9b color RGB value is (91,186,155).

#5bba9b hex color red value is 91, green value is 186 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5bba9b hue: 0.45 , saturation: 0.41 and the lightness value of 5bba9b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 10011011
Octal 133 272 233
Decimal 91 186 155
Hex 5B BA 9B

RGB Percentages of Color #5bba9b

%21.06
%43.06
%35.88

CMYK Percentages of Color #5bba9b

%51
%0
%17
%27

Triadic Colors of #5bba9b

#5bba9b #9b5bba #ba9b5b

Analogous Colors of #5bba9b

#5bba9b #5baaba #5bba6c

Monochromatic Colors of #5bba9b

#5bba9b

Complementary Color

#5bba9b #ba5b7a

#5bba9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bba9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bba9b Color CSS Codes

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

#5bba9b Text Font Color

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

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


#5bba9b Background Color

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

This div background color is #5bba9b


#5bba9b Border Color

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

This div border color is #5bba9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bba9b


Comments

No comments written yet.

Please login to write comment.