Color Hex Logo

#5bdfba Color Hex

#5BDFBA
(91,223,186)
0 Favorites   0 Comments

Color spaces of #5bdfba

RGB 91223186
HSL0.450.670.62
HSV163°59°87°
CMYK 0.590.000.17   0.13
XYZ39.565058.544755.6693
Yxy58.54470.25730.3807
Hunter Lab76.5145-41.599610.4228
CIE-Lab81.0407-44.94767.3869

#5bdfba color RGB value is (91,223,186).

#5bdfba hex color red value is 91, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5bdfba hue: 0.45 , saturation: 0.67 and the lightness value of 5bdfba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011111 10111010
Octal 133 337 272
Decimal 91 223 186
Hex 5B DF BA

RGB Percentages of Color #5bdfba

%18.20
%44.60
%37.20

CMYK Percentages of Color #5bdfba

%59
%0
%17
%13

Triadic Colors of #5bdfba

#5bdfba #ba5bdf #dfba5b

Analogous Colors of #5bdfba

#5bdfba #5bc2df #5bdf78

Monochromatic Colors of #5bdfba

#5bdfba

Complementary Color

#5bdfba #df5b80

#5bdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdfba Color CSS Codes

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

#5bdfba Text Font Color

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

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


#5bdfba Background Color

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

This div background color is #5bdfba


#5bdfba Border Color

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

This div border color is #5bdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdfba


Comments

No comments written yet.

Please login to write comment.