Color Hex Logo

#5bdcbb Color Hex

#5BDCBB
(91,220,187)
0 Favorites   0 Comments

Color spaces of #5bdcbb

RGB 91220187
HSL0.460.650.61
HSV165°59°86°
CMYK 0.590.000.15   0.14
XYZ38.877256.998455.9665
Yxy56.99840.25600.3754
Hunter Lab75.4973-40.20208.8961
CIE-Lab80.1787-43.40825.6167

#5bdcbb color RGB value is (91,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 10111011
Octal 133 334 273
Decimal 91 220 187
Hex 5B DC BB

RGB Percentages of Color #5bdcbb

%18.27
%44.18
%37.55

CMYK Percentages of Color #5bdcbb

%59
%0
%15
%14

Triadic Colors of #5bdcbb

#5bdcbb #bb5bdc #dcbb5b

Analogous Colors of #5bdcbb

#5bdcbb #5bbddc #5bdc7b

Monochromatic Colors of #5bdcbb

#5bdcbb

Complementary Color

#5bdcbb #dc5b7c

#5bdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdcbb Color CSS Codes

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

#5bdcbb Text Font Color

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

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


#5bdcbb Background Color

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

This div background color is #5bdcbb


#5bdcbb Border Color

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

This div border color is #5bdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdcbb


Comments

No comments written yet.

Please login to write comment.