Color Hex Logo

#5bebc3 Color Hex

#5BEBC3
(91,235,195)
0 Favorites   0 Comments

Color spaces of #5bebc3

RGB 91235195
HSL0.450.780.64
HSV163°61°92°
CMYK 0.610.000.17   0.08
XYZ43.873065.580961.9758
Yxy65.58090.25590.3826
Hunter Lab80.9820-45.014011.3126
CIE-Lab84.7822-47.98898.0135

#5bebc3 color RGB value is (91,235,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 11000011
Octal 133 353 303
Decimal 91 235 195
Hex 5B EB C3

RGB Percentages of Color #5bebc3

%17.47
%45.11
%37.43

CMYK Percentages of Color #5bebc3

%61
%0
%17
%8

Triadic Colors of #5bebc3

#5bebc3 #c35beb #ebc35b

Analogous Colors of #5bebc3

#5bebc3 #5bcbeb #5beb7b

Monochromatic Colors of #5bebc3

#5bebc3

Complementary Color

#5bebc3 #eb5b83

#5bebc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebc3 Color CSS Codes

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

#5bebc3 Text Font Color

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

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


#5bebc3 Background Color

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

This div background color is #5bebc3


#5bebc3 Border Color

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

This div border color is #5bebc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebc3


Comments

No comments written yet.

Please login to write comment.