Color Hex Logo

#5bcbdc Color Hex

#5BCBDC
(91,203,220)
0 Favorites   0 Comments

Color spaces of #5bcbdc

RGB 91203220
HSL0.520.650.61
HSV188°59°86°
CMYK 0.590.080.00   0.14
XYZ38.588650.103375.3472
Yxy50.10330.23520.3054
Hunter Lab70.7837-26.5600-13.5639
CIE-Lab76.1326-26.8889-18.0525

#5bcbdc color RGB value is (91,203,220).

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

The process color (four color CMYK) of #5bcbdc color hex is 0.59, 0.08, 0.00, 0.14. Web safe color of #5bcbdc is #66cccc. Color #5bcbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 11011100
Octal 133 313 334
Decimal 91 203 220
Hex 5B CB DC

RGB Percentages of Color #5bcbdc

%17.70
%39.49
%42.80

CMYK Percentages of Color #5bcbdc

%59
%8
%0
%14

Triadic Colors of #5bcbdc

#5bcbdc #dc5bcb #cbdc5b

Analogous Colors of #5bcbdc

#5bcbdc #5b8bdc #5bdcad

Monochromatic Colors of #5bcbdc

#5bcbdc

Complementary Color

#5bcbdc #dc6c5b

#5bcbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbdc Color CSS Codes

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

#5bcbdc Text Font Color

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

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


#5bcbdc Background Color

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

This div background color is #5bcbdc


#5bcbdc Border Color

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

This div border color is #5bcbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbdc


Comments

No comments written yet.

Please login to write comment.