Color Hex Logo

#5dcccb Color Hex

#5DCCCB
(93,204,203)
0 Favorites   0 Comments

Color spaces of #5dcccb

RGB 93204203
HSL0.500.520.58
HSV179°54°80°
CMYK 0.540.000.00   0.20
XYZ36.886649.824764.1729
Yxy49.82470.24450.3302
Hunter Lab70.5866-30.2474-4.4921
CIE-Lab75.9615-31.6767-9.1305

#5dcccb color RGB value is (93,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001100 11001011
Octal 135 314 313
Decimal 93 204 203
Hex 5D CC CB

RGB Percentages of Color #5dcccb

%18.60
%40.80
%40.60

CMYK Percentages of Color #5dcccb

%54
%0
%0
%20

Triadic Colors of #5dcccb

#5dcccb #cb5dcc #cccb5d

Analogous Colors of #5dcccb

#5dcccb #5d96cc #5dcc94

Monochromatic Colors of #5dcccb

#5dcccb

Complementary Color

#5dcccb #cc5d5e

#5dcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcccb Color CSS Codes

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

#5dcccb Text Font Color

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

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


#5dcccb Background Color

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

This div background color is #5dcccb


#5dcccb Border Color

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

This div border color is #5dcccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,204,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcccb


Comments

No comments written yet.

Please login to write comment.