Color Hex Logo

#5bbc9e Color Hex

#5BBC9E
(91,188,158)
0 Favorites   0 Comments

Color spaces of #5bbc9e

RGB 91188158
HSL0.450.420.55
HSV161°52°74°
CMYK 0.520.000.16   0.26
XYZ28.469240.659238.6953
Yxy40.65920.26400.3771
Hunter Lab63.7646-31.89248.6553
CIE-Lab69.9365-35.87526.5013

#5bbc9e color RGB value is (91,188,158).

#5bbc9e hex color red value is 91, green value is 188 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5bbc9e hue: 0.45 , saturation: 0.42 and the lightness value of 5bbc9e is 0.55.

The process color (four color CMYK) of #5bbc9e color hex is 0.52, 0.00, 0.16, 0.26. Web safe color of #5bbc9e is #66cc99. Color #5bbc9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111100 10011110
Octal 133 274 236
Decimal 91 188 158
Hex 5B BC 9E

RGB Percentages of Color #5bbc9e

%20.82
%43.02
%36.16

CMYK Percentages of Color #5bbc9e

%52
%0
%16
%26

Triadic Colors of #5bbc9e

#5bbc9e #9e5bbc #bc9e5b

Analogous Colors of #5bbc9e

#5bbc9e #5baabc #5bbc6e

Monochromatic Colors of #5bbc9e

#5bbc9e

Complementary Color

#5bbc9e #bc5b79

#5bbc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbc9e Color CSS Codes

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

#5bbc9e Text Font Color

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

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


#5bbc9e Background Color

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

This div background color is #5bbc9e


#5bbc9e Border Color

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

This div border color is #5bbc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbc9e


Comments

No comments written yet.

Please login to write comment.