Color Hex Logo

#5bd2ce Color Hex

#5BD2CE
(91,210,206)
0 Favorites   0 Comments

Color spaces of #5bd2ce

RGB 91210206
HSL0.490.570.59
HSV178°57°82°
CMYK 0.570.000.02   0.18
XYZ38.501652.773666.5496
Yxy52.77360.24400.3344
Hunter Lab72.6454-32.5257-3.4630
CIE-Lab77.7411-34.1006-8.1073

#5bd2ce color RGB value is (91,210,206).

#5bd2ce hex color red value is 91, green value is 210 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5bd2ce hue: 0.49 , saturation: 0.57 and the lightness value of 5bd2ce is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010010 11001110
Octal 133 322 316
Decimal 91 210 206
Hex 5B D2 CE

RGB Percentages of Color #5bd2ce

%17.95
%41.42
%40.63

CMYK Percentages of Color #5bd2ce

%57
%0
%2
%18

Triadic Colors of #5bd2ce

#5bd2ce #ce5bd2 #d2ce5b

Analogous Colors of #5bd2ce

#5bd2ce #5b9bd2 #5bd293

Monochromatic Colors of #5bd2ce

#5bd2ce

Complementary Color

#5bd2ce #d25b5f

#5bd2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd2ce Color CSS Codes

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

#5bd2ce Text Font Color

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

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


#5bd2ce Background Color

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

This div background color is #5bd2ce


#5bd2ce Border Color

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

This div border color is #5bd2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd2ce


Comments

No comments written yet.

Please login to write comment.