Color Hex Logo

#5bcabc Color Hex

#5BCABC
(91,202,188)
0 Favorites   0 Comments

Color spaces of #5bcabc

RGB 91202188
HSL0.480.510.57
HSV172°55°79°
CMYK 0.550.000.07   0.21
XYZ34.512048.096055.0414
Yxy48.09600.25070.3494
Hunter Lab69.3513-32.53591.4897
CIE-Lab74.8854-35.0387-2.6220

#5bcabc color RGB value is (91,202,188).

#5bcabc hex color red value is 91, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5bcabc hue: 0.48 , saturation: 0.51 and the lightness value of 5bcabc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 10111100
Octal 133 312 274
Decimal 91 202 188
Hex 5B CA BC

RGB Percentages of Color #5bcabc

%18.92
%42.00
%39.09

CMYK Percentages of Color #5bcabc

%55
%0
%7
%21

Triadic Colors of #5bcabc

#5bcabc #bc5bca #cabc5b

Analogous Colors of #5bcabc

#5bcabc #5ba1ca #5bca85

Monochromatic Colors of #5bcabc

#5bcabc

Complementary Color

#5bcabc #ca5b69

#5bcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcabc Color CSS Codes

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

#5bcabc Text Font Color

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

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


#5bcabc Background Color

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

This div background color is #5bcabc


#5bcabc Border Color

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

This div border color is #5bcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcabc


Comments

No comments written yet.

Please login to write comment.