Color Hex Logo

#5bcbda Color Hex

#5BCBDA
(91,203,218)
0 Favorites   0 Comments

Color spaces of #5bcbda

RGB 91203218
HSL0.520.630.61
HSV187°58°85°
CMYK 0.580.070.00   0.15
XYZ38.325249.998073.9603
Yxy49.99800.23620.3081
Hunter Lab70.7093-26.9922-12.5195
CIE-Lab76.0680-27.4548-17.0717

#5bcbda color RGB value is (91,203,218).

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

The process color (four color CMYK) of #5bcbda color hex is 0.58, 0.07, 0.00, 0.15. Web safe color of #5bcbda is #66cccc. Color #5bcbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 11011010
Octal 133 313 332
Decimal 91 203 218
Hex 5B CB DA

RGB Percentages of Color #5bcbda

%17.77
%39.65
%42.58

CMYK Percentages of Color #5bcbda

%58
%7
%0
%15

Triadic Colors of #5bcbda

#5bcbda #da5bcb #cbda5b

Analogous Colors of #5bcbda

#5bcbda #5b8cda #5bdaaa

Monochromatic Colors of #5bcbda

#5bcbda

Complementary Color

#5bcbda #da6a5b

#5bcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbda Color CSS Codes

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

#5bcbda Text Font Color

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

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


#5bcbda Background Color

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

This div background color is #5bcbda


#5bcbda Border Color

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

This div border color is #5bcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbda


Comments

No comments written yet.

Please login to write comment.