Color Hex Logo

#5bd6cc Color Hex

#5BD6CC
(91,214,204)
0 Favorites   0 Comments

Color spaces of #5bd6cc

RGB 91214204
HSL0.490.600.60
HSV175°57°84°
CMYK 0.570.000.05   0.16
XYZ39.260054.676965.6112
Yxy54.67690.24610.3427
Hunter Lab73.9438-34.6283-0.8480
CIE-Lab78.8548-36.4875-5.3856

#5bd6cc color RGB value is (91,214,204).

#5bd6cc hex color red value is 91, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5bd6cc hue: 0.49 , saturation: 0.60 and the lightness value of 5bd6cc is 0.60.

The process color (four color CMYK) of #5bd6cc color hex is 0.57, 0.00, 0.05, 0.16. Web safe color of #5bd6cc is #66cccc. Color #5bd6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010110 11001100
Octal 133 326 314
Decimal 91 214 204
Hex 5B D6 CC

RGB Percentages of Color #5bd6cc

%17.88
%42.04
%40.08

CMYK Percentages of Color #5bd6cc

%57
%0
%5
%16

Triadic Colors of #5bd6cc

#5bd6cc #cc5bd6 #d6cc5b

Analogous Colors of #5bd6cc

#5bd6cc #5ba3d6 #5bd68f

Monochromatic Colors of #5bd6cc

#5bd6cc

Complementary Color

#5bd6cc #d65b65

#5bd6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd6cc Color CSS Codes

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

#5bd6cc Text Font Color

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

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


#5bd6cc Background Color

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

This div background color is #5bd6cc


#5bd6cc Border Color

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

This div border color is #5bd6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd6cc


Comments

No comments written yet.

Please login to write comment.