Color Hex Logo

#5bb1dc Color Hex

#5BB1DC
(91,177,220)
0 Favorites   0 Comments

Color spaces of #5bb1dc

RGB 91177220
HSL0.560.650.61
HSV200°59°86°
CMYK 0.590.200.00   0.14
XYZ32.954838.835773.4693
Yxy38.83570.22690.2674
Hunter Lab62.3183-14.6637-26.2763
CIE-Lab68.6321-13.5323-29.5024

#5bb1dc color RGB value is (91,177,220).

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

The process color (four color CMYK) of #5bb1dc color hex is 0.59, 0.20, 0.00, 0.14. Web safe color of #5bb1dc is #6699cc. Color #5bb1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110001 11011100
Octal 133 261 334
Decimal 91 177 220
Hex 5B B1 DC

RGB Percentages of Color #5bb1dc

%18.65
%36.27
%45.08

CMYK Percentages of Color #5bb1dc

%59
%20
%0
%14

Triadic Colors of #5bb1dc

#5bb1dc #dc5bb1 #b1dc5b

Analogous Colors of #5bb1dc

#5bb1dc #5b71dc #5bdcc7

Monochromatic Colors of #5bb1dc

#5bb1dc

Complementary Color

#5bb1dc #dc865b

#5bb1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb1dc Color CSS Codes

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

#5bb1dc Text Font Color

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

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


#5bb1dc Background Color

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

This div background color is #5bb1dc


#5bb1dc Border Color

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

This div border color is #5bb1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb1dc


Comments

No comments written yet.

Please login to write comment.