Color Hex Logo

#5bebbf Color Hex

#5BEBBF
(91,235,191)
0 Favorites   0 Comments

Color spaces of #5bebbf

RGB 91235191
HSL0.450.780.64
HSV162°61°92°
CMYK 0.610.000.19   0.08
XYZ43.426765.402459.6253
Yxy65.40240.25780.3882
Hunter Lab80.8718-45.674212.8968
CIE-Lab84.6907-48.90929.9782

#5bebbf color RGB value is (91,235,191).

#5bebbf hex color red value is 91, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5bebbf hue: 0.45 , saturation: 0.78 and the lightness value of 5bebbf is 0.64.

The process color (four color CMYK) of #5bebbf color hex is 0.61, 0.00, 0.19, 0.08. Web safe color of #5bebbf is #66ffcc. Color #5bebbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 10111111
Octal 133 353 277
Decimal 91 235 191
Hex 5B EB BF

RGB Percentages of Color #5bebbf

%17.60
%45.45
%36.94

CMYK Percentages of Color #5bebbf

%61
%0
%19
%8

Triadic Colors of #5bebbf

#5bebbf #bf5beb #ebbf5b

Analogous Colors of #5bebbf

#5bebbf #5bcfeb #5beb77

Monochromatic Colors of #5bebbf

#5bebbf

Complementary Color

#5bebbf #eb5b87

#5bebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebbf Color CSS Codes

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

#5bebbf Text Font Color

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

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


#5bebbf Background Color

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

This div background color is #5bebbf


#5bebbf Border Color

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

This div border color is #5bebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebbf


Comments

No comments written yet.

Please login to write comment.