Color Hex Logo

#5bbeee Color Hex

#5BBEEE
(91,190,238)
0 Favorites   0 Comments

Color spaces of #5bbeee

RGB 91190238
HSL0.550.810.65
HSV200°62°93°
CMYK 0.620.200.00   0.07
XYZ38.160545.224187.6068
Yxy45.22410.22320.2645
Hunter Lab67.2489-16.3953-30.1644
CIE-Lab73.0392-14.9294-32.5025

#5bbeee color RGB value is (91,190,238).

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

The process color (four color CMYK) of #5bbeee color hex is 0.62, 0.20, 0.00, 0.07. Web safe color of #5bbeee is #66ccff. Color #5bbeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 11101110
Octal 133 276 356
Decimal 91 190 238
Hex 5B BE EE

RGB Percentages of Color #5bbeee

%17.53
%36.61
%45.86

CMYK Percentages of Color #5bbeee

%62
%20
%0
%7

Triadic Colors of #5bbeee

#5bbeee #ee5bbe #beee5b

Analogous Colors of #5bbeee

#5bbeee #5b75ee #5beed5

Monochromatic Colors of #5bbeee

#5bbeee

Complementary Color

#5bbeee #ee8b5b

#5bbeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbeee Color CSS Codes

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

#5bbeee Text Font Color

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

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


#5bbeee Background Color

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

This div background color is #5bbeee


#5bbeee Border Color

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

This div border color is #5bbeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbeee


Comments

No comments written yet.

Please login to write comment.