Color Hex Logo

#5bcabb Color Hex

#5BCABB
(91,202,187)
0 Favorites   0 Comments

Color spaces of #5bcabb

RGB 91202187
HSL0.480.510.57
HSV172°55°79°
CMYK 0.550.000.07   0.21
XYZ34.404648.053154.4756
Yxy48.05310.25130.3509
Hunter Lab69.3203-32.71871.9310
CIE-Lab74.8584-35.2926-2.1208

#5bcabb color RGB value is (91,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 10111011
Octal 133 312 273
Decimal 91 202 187
Hex 5B CA BB

RGB Percentages of Color #5bcabb

%18.96
%42.08
%38.96

CMYK Percentages of Color #5bcabb

%55
%0
%7
%21

Triadic Colors of #5bcabb

#5bcabb #bb5bca #cabb5b

Analogous Colors of #5bcabb

#5bcabb #5ba2ca #5bca84

Monochromatic Colors of #5bcabb

#5bcabb

Complementary Color

#5bcabb #ca5b6a

#5bcabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcabb Color CSS Codes

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

#5bcabb Text Font Color

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

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


#5bcabb Background Color

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

This div background color is #5bcabb


#5bcabb Border Color

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

This div border color is #5bcabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,202,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 #5bcabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcabb


Comments

No comments written yet.

Please login to write comment.