Color Hex Logo

#5bcdcb Color Hex

#5BCDCB
(91,205,203)
0 Favorites   0 Comments

Color spaces of #5bcdcb

RGB 91205203
HSL0.500.530.58
HSV179°56°80°
CMYK 0.560.000.01   0.20
XYZ36.925250.198664.2430
Yxy50.19860.24390.3316
Hunter Lab70.8510-30.9609-4.1646
CIE-Lab76.1910-32.5386-8.7959

#5bcdcb color RGB value is (91,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001101 11001011
Octal 133 315 313
Decimal 91 205 203
Hex 5B CD CB

RGB Percentages of Color #5bcdcb

%18.24
%41.08
%40.68

CMYK Percentages of Color #5bcdcb

%56
%0
%1
%20

Triadic Colors of #5bcdcb

#5bcdcb #cb5bcd #cdcb5b

Analogous Colors of #5bcdcb

#5bcdcb #5b96cd #5bcd92

Monochromatic Colors of #5bcdcb

#5bcdcb

Complementary Color

#5bcdcb #cd5b5d

#5bcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcdcb Color CSS Codes

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

#5bcdcb Text Font Color

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

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


#5bcdcb Background Color

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

This div background color is #5bcdcb


#5bcdcb Border Color

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

This div border color is #5bcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcdcb


Comments

No comments written yet.

Please login to write comment.