Color Hex Logo

#5bbbe1 Color Hex

#5BBBE1
(91,187,225)
0 Favorites   0 Comments

Color spaces of #5bbbe1

RGB 91187225
HSL0.550.690.62
HSV197°60°88°
CMYK 0.600.170.00   0.12
XYZ35.675343.201077.6925
Yxy43.20100.22790.2759
Hunter Lab65.7275-18.1375-24.0739
CIE-Lab71.6912-17.3067-27.5269

#5bbbe1 color RGB value is (91,187,225).

#5bbbe1 hex color red value is 91, green value is 187 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #5bbbe1 hue: 0.55 , saturation: 0.69 and the lightness value of 5bbbe1 is 0.62.

The process color (four color CMYK) of #5bbbe1 color hex is 0.60, 0.17, 0.00, 0.12. Web safe color of #5bbbe1 is #66cccc. Color #5bbbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111011 11100001
Octal 133 273 341
Decimal 91 187 225
Hex 5B BB E1

RGB Percentages of Color #5bbbe1

%18.09
%37.18
%44.73

CMYK Percentages of Color #5bbbe1

%60
%17
%0
%12

Triadic Colors of #5bbbe1

#5bbbe1 #e15bbb #bbe15b

Analogous Colors of #5bbbe1

#5bbbe1 #5b78e1 #5be1c4

Monochromatic Colors of #5bbbe1

#5bbbe1

Complementary Color

#5bbbe1 #e1815b

#5bbbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbbe1 Color CSS Codes

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

#5bbbe1 Text Font Color

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

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


#5bbbe1 Background Color

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

This div background color is #5bbbe1


#5bbbe1 Border Color

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

This div border color is #5bbbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbbe1


Comments

No comments written yet.

Please login to write comment.