Color Hex Logo

#5dcbba Color Hex

#5DCBBA
(93,203,186)
0 Favorites   0 Comments

Color spaces of #5dcbba

RGB 93203186
HSL0.470.510.58
HSV171°54°80°
CMYK 0.540.000.08   0.20
XYZ34.733148.584254.0014
Yxy48.58420.25290.3538
Hunter Lab69.7024-33.03152.8572
CIE-Lab75.1919-35.5996-1.0838

#5dcbba color RGB value is (93,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 10111010
Octal 135 313 272
Decimal 93 203 186
Hex 5D CB BA

RGB Percentages of Color #5dcbba

%19.29
%42.12
%38.59

CMYK Percentages of Color #5dcbba

%54
%0
%8
%20

Triadic Colors of #5dcbba

#5dcbba #ba5dcb #cbba5d

Analogous Colors of #5dcbba

#5dcbba #5da5cb #5dcb83

Monochromatic Colors of #5dcbba

#5dcbba

Complementary Color

#5dcbba #cb5d6e

#5dcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbba Color CSS Codes

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

#5dcbba Text Font Color

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

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


#5dcbba Background Color

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

This div background color is #5dcbba


#5dcbba Border Color

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

This div border color is #5dcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbba


Comments

No comments written yet.

Please login to write comment.