Color Hex Logo

#5dccbb Color Hex

#5DCCBB
(93,204,187)
0 Favorites   0 Comments

Color spaces of #5dccbb

RGB 93204187
HSL0.470.520.58
HSV171°54°80°
CMYK 0.540.000.08   0.20
XYZ35.076749.100754.6424
Yxy49.10070.25270.3537
Hunter Lab70.0719-33.27202.8157
CIE-Lab75.5139-35.8127-1.1525

#5dccbb color RGB value is (93,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 10111011
Octal 135 314 273
Decimal 93 204 187
Hex 5D CC BB

RGB Percentages of Color #5dccbb

%19.21
%42.15
%38.64

CMYK Percentages of Color #5dccbb

%54
%0
%8
%20

Triadic Colors of #5dccbb

#5dccbb #bb5dcc #ccbb5d

Analogous Colors of #5dccbb

#5dccbb #5da6cc #5dcc84

Monochromatic Colors of #5dccbb

#5dccbb

Complementary Color

#5dccbb #cc5d6e

#5dccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dccbb Color CSS Codes

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

#5dccbb Text Font Color

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

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


#5dccbb Background Color

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

This div background color is #5dccbb


#5dccbb Border Color

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

This div border color is #5dccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dccbb


Comments

No comments written yet.

Please login to write comment.