Color Hex Logo

#5bdbbe Color Hex

#5BDBBE
(91,219,190)
0 Favorites   0 Comments

Color spaces of #5bdbbe

RGB 91219190
HSL0.460.640.61
HSV166°58°86°
CMYK 0.580.000.13   0.14
XYZ38.940256.604957.5887
Yxy56.60490.25430.3696
Hunter Lab75.2362-39.27677.2825
CIE-Lab79.9569-42.25163.7010

#5bdbbe color RGB value is (91,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011011 10111110
Octal 133 333 276
Decimal 91 219 190
Hex 5B DB BE

RGB Percentages of Color #5bdbbe

%18.20
%43.80
%38.00

CMYK Percentages of Color #5bdbbe

%58
%0
%13
%14

Triadic Colors of #5bdbbe

#5bdbbe #be5bdb #dbbe5b

Analogous Colors of #5bdbbe

#5bdbbe #5bb8db #5bdb7e

Monochromatic Colors of #5bdbbe

#5bdbbe

Complementary Color

#5bdbbe #db5b78

#5bdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdbbe Color CSS Codes

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

#5bdbbe Text Font Color

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

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


#5bdbbe Background Color

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

This div background color is #5bdbbe


#5bdbbe Border Color

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

This div border color is #5bdbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdbbe


Comments

No comments written yet.

Please login to write comment.