Color Hex Logo

#5bbc9f Color Hex

#5BBC9F
(91,188,159)
0 Favorites   0 Comments

Color spaces of #5bbc9f

RGB 91188159
HSL0.450.420.55
HSV162°52°74°
CMYK 0.520.000.15   0.26
XYZ28.555640.693839.1505
Yxy40.69380.26340.3754
Hunter Lab63.7917-31.73208.2665
CIE-Lab69.9609-35.64225.9900

#5bbc9f color RGB value is (91,188,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111100 10011111
Octal 133 274 237
Decimal 91 188 159
Hex 5B BC 9F

RGB Percentages of Color #5bbc9f

%20.78
%42.92
%36.30

CMYK Percentages of Color #5bbc9f

%52
%0
%15
%26

Triadic Colors of #5bbc9f

#5bbc9f #9f5bbc #bc9f5b

Analogous Colors of #5bbc9f

#5bbc9f #5ba9bc #5bbc6f

Monochromatic Colors of #5bbc9f

#5bbc9f

Complementary Color

#5bbc9f #bc5b78

#5bbc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbc9f Color CSS Codes

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

#5bbc9f Text Font Color

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

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


#5bbc9f Background Color

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

This div background color is #5bbc9f


#5bbc9f Border Color

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

This div border color is #5bbc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbc9f


Comments

No comments written yet.

Please login to write comment.