Color Hex Logo

#5be3bb Color Hex

#5BE3BB
(91,227,187)
0 Favorites   0 Comments

Color spaces of #5be3bb

RGB 91227187
HSL0.450.710.62
HSV162°60°89°
CMYK 0.600.000.18   0.11
XYZ40.753160.750256.5918
Yxy60.75020.25780.3843
Hunter Lab77.9424-43.068411.5109
CIE-Lab82.2443-46.43548.5836

#5be3bb color RGB value is (91,227,187).

#5be3bb hex color red value is 91, green value is 227 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5be3bb hue: 0.45 , saturation: 0.71 and the lightness value of 5be3bb is 0.62.

The process color (four color CMYK) of #5be3bb color hex is 0.60, 0.00, 0.18, 0.11. Web safe color of #5be3bb is #66cccc. Color #5be3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100011 10111011
Octal 133 343 273
Decimal 91 227 187
Hex 5B E3 BB

RGB Percentages of Color #5be3bb

%18.02
%44.95
%37.03

CMYK Percentages of Color #5be3bb

%60
%0
%18
%11

Triadic Colors of #5be3bb

#5be3bb #bb5be3 #e3bb5b

Analogous Colors of #5be3bb

#5be3bb #5bc7e3 #5be377

Monochromatic Colors of #5be3bb

#5be3bb

Complementary Color

#5be3bb #e35b83

#5be3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be3bb Color CSS Codes

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

#5be3bb Text Font Color

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

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


#5be3bb Background Color

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

This div background color is #5be3bb


#5be3bb Border Color

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

This div border color is #5be3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be3bb


Comments

No comments written yet.

Please login to write comment.