Color Hex Logo

#5bcfbb Color Hex

#5BCFBB
(91,207,187)
2 Favorites   0 Comments

Color spaces of #5bcfbb

RGB 91207187
HSL0.470.550.58
HSV170°56°81°
CMYK 0.560.000.10   0.19
XYZ35.596850.437654.8730
Yxy50.43760.25260.3579
Hunter Lab71.0194-34.81513.9033
CIE-Lab76.3371-37.59680.0435

#5bcfbb color RGB value is (91,207,187).

#5bcfbb hex color red value is 91, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5bcfbb hue: 0.47 , saturation: 0.55 and the lightness value of 5bcfbb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001111 10111011
Octal 133 317 273
Decimal 91 207 187
Hex 5B CF BB

RGB Percentages of Color #5bcfbb

%18.76
%42.68
%38.56

CMYK Percentages of Color #5bcfbb

%56
%0
%10
%19

Triadic Colors of #5bcfbb

#5bcfbb #bb5bcf #cfbb5b

Analogous Colors of #5bcfbb

#5bcfbb #5ba9cf #5bcf81

Monochromatic Colors of #5bcfbb

#5bcfbb

Complementary Color

#5bcfbb #cf5b6f

#5bcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcfbb Color CSS Codes

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

#5bcfbb Text Font Color

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

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


#5bcfbb Background Color

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

This div background color is #5bcfbb


#5bcfbb Border Color

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

This div border color is #5bcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcfbb


Comments

No comments written yet.

Please login to write comment.