Color Hex Logo

#5bb2dc Color Hex

#5BB2DC
(91,178,220)
0 Favorites   0 Comments

Color spaces of #5bb2dc

RGB 91178220
HSL0.550.650.61
HSV200°59°86°
CMYK 0.590.190.00   0.14
XYZ33.153039.232273.5354
Yxy39.23220.22720.2689
Hunter Lab62.6356-15.1324-25.7627
CIE-Lab68.9191-14.0668-29.0601

#5bb2dc color RGB value is (91,178,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10110010 11011100
Octal 133 262 334
Decimal 91 178 220
Hex 5B B2 DC

RGB Percentages of Color #5bb2dc

%18.61
%36.40
%44.99

CMYK Percentages of Color #5bb2dc

%59
%19
%0
%14

Triadic Colors of #5bb2dc

#5bb2dc #dc5bb2 #b2dc5b

Analogous Colors of #5bb2dc

#5bb2dc #5b72dc #5bdcc6

Monochromatic Colors of #5bb2dc

#5bb2dc

Complementary Color

#5bb2dc #dc855b

#5bb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bb2dc Color CSS Codes

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

#5bb2dc Text Font Color

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

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


#5bb2dc Background Color

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

This div background color is #5bb2dc


#5bb2dc Border Color

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

This div border color is #5bb2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bb2dc


Comments

No comments written yet.

Please login to write comment.