Color Hex Logo

#5dc2cb Color Hex

#5DC2CB
(93,194,203)
0 Favorites   0 Comments

Color spaces of #5dc2cb

RGB 93194203
HSL0.510.510.58
HSV185°54°80°
CMYK 0.540.040.00   0.20
XYZ34.585545.222563.4059
Yxy45.22250.24150.3158
Hunter Lab67.2477-25.8808-8.8295
CIE-Lab73.0382-26.8233-13.5001

#5dc2cb color RGB value is (93,194,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11000010 11001011
Octal 135 302 313
Decimal 93 194 203
Hex 5D C2 CB

RGB Percentages of Color #5dc2cb

%18.98
%39.59
%41.43

CMYK Percentages of Color #5dc2cb

%54
%4
%0
%20

Triadic Colors of #5dc2cb

#5dc2cb #cb5dc2 #c2cb5d

Analogous Colors of #5dc2cb

#5dc2cb #5d8bcb #5dcb9d

Monochromatic Colors of #5dc2cb

#5dc2cb

Complementary Color

#5dc2cb #cb665d

#5dc2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dc2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dc2cb Color CSS Codes

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

#5dc2cb Text Font Color

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

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


#5dc2cb Background Color

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

This div background color is #5dc2cb


#5dc2cb Border Color

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

This div border color is #5dc2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dc2cb


Comments

No comments written yet.

Please login to write comment.