Color Hex Logo

#5bd1cf Color Hex

#5BD1CF
(91,209,207)
0 Favorites   0 Comments

Color spaces of #5bd1cf

RGB 91209207
HSL0.500.560.59
HSV179°56°82°
CMYK 0.560.000.01   0.18
XYZ38.377352.330167.1095
Yxy52.33010.24320.3316
Hunter Lab72.3395-31.8971-4.3657
CIE-Lab77.4778-33.3641-9.0360

#5bd1cf color RGB value is (91,209,207).

#5bd1cf hex color red value is 91, green value is 209 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5bd1cf hue: 0.50 , saturation: 0.56 and the lightness value of 5bd1cf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010001 11001111
Octal 133 321 317
Decimal 91 209 207
Hex 5B D1 CF

RGB Percentages of Color #5bd1cf

%17.95
%41.22
%40.83

CMYK Percentages of Color #5bd1cf

%56
%0
%1
%18

Triadic Colors of #5bd1cf

#5bd1cf #cf5bd1 #d1cf5b

Analogous Colors of #5bd1cf

#5bd1cf #5b98d1 #5bd194

Monochromatic Colors of #5bd1cf

#5bd1cf

Complementary Color

#5bd1cf #d15b5d

#5bd1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd1cf Color CSS Codes

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

#5bd1cf Text Font Color

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

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


#5bd1cf Background Color

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

This div background color is #5bd1cf


#5bd1cf Border Color

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

This div border color is #5bd1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd1cf


Comments

No comments written yet.

Please login to write comment.