Color Hex Logo

#5dcbcb Color Hex

#5DCBCB
(93,203,203)
0 Favorites   0 Comments

Color spaces of #5dcbcb

RGB 93203203
HSL0.500.510.58
HSV180°54°80°
CMYK 0.540.000.00   0.20
XYZ36.649649.350864.0939
Yxy49.35080.24420.3288
Hunter Lab70.2501-29.8140-4.9192
CIE-Lab75.6690-31.1988-9.5659

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001011 11001011
Octal 135 313 313
Decimal 93 203 203
Hex 5D CB CB

RGB Percentages of Color #5dcbcb

%18.64
%40.68
%40.68

CMYK Percentages of Color #5dcbcb

%54
%0
%0
%20

Triadic Colors of #5dcbcb

#5dcbcb #cb5dcb #cbcb5d

Analogous Colors of #5dcbcb

#5dcbcb #5d94cb #5dcb94

Monochromatic Colors of #5dcbcb

#5dcbcb

Complementary Color

#5dcbcb #cb5d5d

#5dcbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcbcb Color CSS Codes

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

#5dcbcb Text Font Color

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

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


#5dcbcb Background Color

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

This div background color is #5dcbcb


#5dcbcb Border Color

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

This div border color is #5dcbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcbcb


Comments

No comments written yet.

Please login to write comment.