Color Hex Logo

#5bbfeb Color Hex

#5BBFEB
(91,191,235)
0 Favorites   0 Comments

Color spaces of #5bbfeb

RGB 91191235
HSL0.550.780.64
HSV198°61°92°
CMYK 0.610.190.00   0.08
XYZ37.940645.483985.3769
Yxy45.48390.22480.2695
Hunter Lab67.4418-17.6046-27.8481
CIE-Lab73.2094-16.3728-30.6173

#5bbfeb color RGB value is (91,191,235).

#5bbfeb hex color red value is 91, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5bbfeb hue: 0.55 , saturation: 0.78 and the lightness value of 5bbfeb is 0.64.

The process color (four color CMYK) of #5bbfeb color hex is 0.61, 0.19, 0.00, 0.08. Web safe color of #5bbfeb is #66ccff. Color #5bbfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111111 11101011
Octal 133 277 353
Decimal 91 191 235
Hex 5B BF EB

RGB Percentages of Color #5bbfeb

%17.60
%36.94
%45.45

CMYK Percentages of Color #5bbfeb

%61
%19
%0
%8

Triadic Colors of #5bbfeb

#5bbfeb #eb5bbf #bfeb5b

Analogous Colors of #5bbfeb

#5bbfeb #5b77eb #5bebcf

Monochromatic Colors of #5bbfeb

#5bbfeb

Complementary Color

#5bbfeb #eb875b

#5bbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbfeb Color CSS Codes

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

#5bbfeb Text Font Color

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

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


#5bbfeb Background Color

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

This div background color is #5bbfeb


#5bbfeb Border Color

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

This div border color is #5bbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbfeb


Comments

No comments written yet.

Please login to write comment.