Color Hex Logo

#5bbebd Color Hex

#5BBEBD
(91,190,189)
0 Favorites   0 Comments

Color spaces of #5bbebd

RGB 91190189
HSL0.500.430.55
HSV179°52°75°
CMYK 0.520.000.01   0.25
XYZ31.913142.725254.7089
Yxy42.72520.24670.3303
Hunter Lab65.3645-27.2384-3.8695
CIE-Lab71.3681-29.0661-8.3650

#5bbebd color RGB value is (91,190,189).

#5bbebd hex color red value is 91, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5bbebd hue: 0.50 , saturation: 0.43 and the lightness value of 5bbebd is 0.55.

The process color (four color CMYK) of #5bbebd color hex is 0.52, 0.00, 0.01, 0.25. Web safe color of #5bbebd is #66cccc. Color #5bbebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 10111101
Octal 133 276 275
Decimal 91 190 189
Hex 5B BE BD

RGB Percentages of Color #5bbebd

%19.36
%40.43
%40.21

CMYK Percentages of Color #5bbebd

%52
%0
%1
%25

Triadic Colors of #5bbebd

#5bbebd #bd5bbe #bebd5b

Analogous Colors of #5bbebd

#5bbebd #5b8ebe #5bbe8c

Monochromatic Colors of #5bbebd

#5bbebd

Complementary Color

#5bbebd #be5b5c

#5bbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbebd Color CSS Codes

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

#5bbebd Text Font Color

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

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


#5bbebd Background Color

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

This div background color is #5bbebd


#5bbebd Border Color

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

This div border color is #5bbebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,190,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 #5bbebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbebd


Comments

No comments written yet.

Please login to write comment.