Color Hex Logo

#5bcbca Color Hex

#5BCBCA
(91,203,202)
0 Favorites   0 Comments

Color spaces of #5bcbca

RGB 91203202
HSL0.500.520.58
HSV179°55°80°
CMYK 0.550.000.00   0.20
XYZ36.331049.200363.4589
Yxy49.20030.24380.3302
Hunter Lab70.1429-30.2948-4.5401
CIE-Lab75.5758-31.8543-9.1714

#5bcbca color RGB value is (91,203,202).

#5bcbca hex color red value is 91, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5bcbca hue: 0.50 , saturation: 0.52 and the lightness value of 5bcbca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 11001010
Octal 133 313 312
Decimal 91 203 202
Hex 5B CB CA

RGB Percentages of Color #5bcbca

%18.35
%40.93
%40.73

CMYK Percentages of Color #5bcbca

%55
%0
%0
%20

Triadic Colors of #5bcbca

#5bcbca #ca5bcb #cbca5b

Analogous Colors of #5bcbca

#5bcbca #5b94cb #5bcb92

Monochromatic Colors of #5bcbca

#5bcbca

Complementary Color

#5bcbca #cb5b5c

#5bcbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbca Color CSS Codes

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

#5bcbca Text Font Color

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

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


#5bcbca Background Color

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

This div background color is #5bcbca


#5bcbca Border Color

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

This div border color is #5bcbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbca


Comments

No comments written yet.

Please login to write comment.