Color Hex Logo

#5dcbbb Color Hex

#5DCBBB
(93,203,187)
0 Favorites   0 Comments

Color spaces of #5dcbbb

RGB 93203187
HSL0.480.510.58
HSV171°54°80°
CMYK 0.540.000.08   0.20
XYZ34.839848.626954.5634
Yxy48.62690.25240.3523
Hunter Lab69.7330-32.85112.4209
CIE-Lab75.2186-35.3491-1.5850

#5dcbbb color RGB value is (93,203,187).

#5dcbbb hex color red value is 93, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5dcbbb hue: 0.48 , saturation: 0.51 and the lightness value of 5dcbbb is 0.58.

The process color (four color CMYK) of #5dcbbb color hex is 0.54, 0.00, 0.08, 0.20. Web safe color of #5dcbbb is #66cccc. Color #5dcbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 10111011
Octal 135 313 273
Decimal 93 203 187
Hex 5D CB BB

RGB Percentages of Color #5dcbbb

%19.25
%42.03
%38.72

CMYK Percentages of Color #5dcbbb

%54
%0
%8
%20

Triadic Colors of #5dcbbb

#5dcbbb #bb5dcb #cbbb5d

Analogous Colors of #5dcbbb

#5dcbbb #5da4cb #5dcb84

Monochromatic Colors of #5dcbbb

#5dcbbb

Complementary Color

#5dcbbb #cb5d6d

#5dcbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbbb Color CSS Codes

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

#5dcbbb Text Font Color

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

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


#5dcbbb Background Color

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

This div background color is #5dcbbb


#5dcbbb Border Color

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

This div border color is #5dcbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbbb


Comments

No comments written yet.

Please login to write comment.