Color Hex Logo

#5bdebb Color Hex

#5BDEBB
(91,222,187)
0 Favorites   0 Comments

Color spaces of #5bdebb

RGB 91222187
HSL0.460.660.61
HSV164°59°87°
CMYK 0.590.000.16   0.13
XYZ39.405358.054656.1425
Yxy58.05460.25650.3780
Hunter Lab76.1936-41.02339.6482
CIE-Lab80.7691-44.28026.4669

#5bdebb color RGB value is (91,222,187).

#5bdebb hex color red value is 91, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5bdebb hue: 0.46 , saturation: 0.66 and the lightness value of 5bdebb is 0.61.

The process color (four color CMYK) of #5bdebb color hex is 0.59, 0.00, 0.16, 0.13. Web safe color of #5bdebb is #66cccc. Color #5bdebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011110 10111011
Octal 133 336 273
Decimal 91 222 187
Hex 5B DE BB

RGB Percentages of Color #5bdebb

%18.20
%44.40
%37.40

CMYK Percentages of Color #5bdebb

%59
%0
%16
%13

Triadic Colors of #5bdebb

#5bdebb #bb5bde #debb5b

Analogous Colors of #5bdebb

#5bdebb #5bc0de #5bde7a

Monochromatic Colors of #5bdebb

#5bdebb

Complementary Color

#5bdebb #de5b7e

#5bdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdebb Color CSS Codes

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

#5bdebb Text Font Color

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

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


#5bdebb Background Color

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

This div background color is #5bdebb


#5bdebb Border Color

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

This div border color is #5bdebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdebb


Comments

No comments written yet.

Please login to write comment.