Color Hex Logo

#5bebbd Color Hex

#5BEBBD
(91,235,189)
0 Favorites   0 Comments

Color spaces of #5bebbd

RGB 91235189
HSL0.450.780.64
HSV161°61°92°
CMYK 0.610.000.20   0.08
XYZ43.208065.314958.4739
Yxy65.31490.25870.3911
Hunter Lab80.8176-45.998413.6743
CIE-Lab84.6457-49.363110.9608

#5bebbd color RGB value is (91,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 10111101
Octal 133 353 275
Decimal 91 235 189
Hex 5B EB BD

RGB Percentages of Color #5bebbd

%17.67
%45.63
%36.70

CMYK Percentages of Color #5bebbd

%61
%0
%20
%8

Triadic Colors of #5bebbd

#5bebbd #bd5beb #ebbd5b

Analogous Colors of #5bebbd

#5bebbd #5bd1eb #5beb75

Monochromatic Colors of #5bebbd

#5bebbd

Complementary Color

#5bebbd #eb5b89

#5bebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebbd Color CSS Codes

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

#5bebbd Text Font Color

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

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


#5bebbd Background Color

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

This div background color is #5bebbd


#5bebbd Border Color

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

This div border color is #5bebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebbd


Comments

No comments written yet.

Please login to write comment.