Color Hex Logo

#5bccbe Color Hex

#5BCCBE
(91,204,190)
0 Favorites   0 Comments

Color spaces of #5bccbe

RGB 91204190
HSL0.480.530.58
HSV173°55°80°
CMYK 0.550.000.07   0.20
XYZ35.201549.127656.3425
Yxy49.12760.25020.3492
Hunter Lab70.0911-33.01221.4037
CIE-Lab75.5306-35.4599-2.7552

#5bccbe color RGB value is (91,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 10111110
Octal 133 314 276
Decimal 91 204 190
Hex 5B CC BE

RGB Percentages of Color #5bccbe

%18.76
%42.06
%39.18

CMYK Percentages of Color #5bccbe

%55
%0
%7
%20

Triadic Colors of #5bccbe

#5bccbe #be5bcc #ccbe5b

Analogous Colors of #5bccbe

#5bccbe #5ba2cc #5bcc86

Monochromatic Colors of #5bccbe

#5bccbe

Complementary Color

#5bccbe #cc5b69

#5bccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccbe Color CSS Codes

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

#5bccbe Text Font Color

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

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


#5bccbe Background Color

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

This div background color is #5bccbe


#5bccbe Border Color

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

This div border color is #5bccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccbe


Comments

No comments written yet.

Please login to write comment.