Color Hex Logo

#5bebab Color Hex

#5BEBAB
(91,235,171)
0 Favorites   0 Comments

Color spaces of #5bebab

RGB 91235171
HSL0.430.780.64
HSV153°61°92°
CMYK 0.610.000.27   0.08
XYZ41.373464.581148.8129
Yxy64.58110.26730.4173
Hunter Lab80.3624-48.736020.2403
CIE-Lab84.2674-53.252519.8055

#5bebab color RGB value is (91,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 10101011
Octal 133 353 253
Decimal 91 235 171
Hex 5B EB AB

RGB Percentages of Color #5bebab

%18.31
%47.28
%34.41

CMYK Percentages of Color #5bebab

%61
%0
%27
%8

Triadic Colors of #5bebab

#5bebab #ab5beb #ebab5b

Analogous Colors of #5bebab

#5bebab #5be3eb #5beb63

Monochromatic Colors of #5bebab

#5bebab

Complementary Color

#5bebab #eb5b9b

#5bebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebab Color CSS Codes

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

#5bebab Text Font Color

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

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


#5bebab Background Color

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

This div background color is #5bebab


#5bebab Border Color

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

This div border color is #5bebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebab


Comments

No comments written yet.

Please login to write comment.