Color Hex Logo

#5bba7b Color Hex

#5BBA7B
(91,186,123)
0 Favorites   0 Comments

Color spaces of #5bba7b

RGB 91186123
HSL0.390.410.54
HSV140°51°73°
CMYK 0.510.000.34   0.27
XYZ25.448438.772024.8814
Yxy38.77200.28560.4351
Hunter Lab62.2672-36.015119.8953
CIE-Lab68.5858-42.330723.5633

#5bba7b color RGB value is (91,186,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 01111011
Octal 133 272 173
Decimal 91 186 123
Hex 5B BA 7B

RGB Percentages of Color #5bba7b

%22.75
%46.50
%30.75

CMYK Percentages of Color #5bba7b

%51
%0
%34
%27

Triadic Colors of #5bba7b

#5bba7b #7b5bba #ba7b5b

Analogous Colors of #5bba7b

#5bba7b #5bbaab #6bba5b

Monochromatic Colors of #5bba7b

#5bba7b

Complementary Color

#5bba7b #ba5b9a

#5bba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bba7b Color CSS Codes

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

#5bba7b Text Font Color

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

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


#5bba7b Background Color

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

This div background color is #5bba7b


#5bba7b Border Color

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

This div border color is #5bba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bba7b


Comments

No comments written yet.

Please login to write comment.