Color Hex Logo

#5bceeb Color Hex

#5BCEEB
(91,206,235)
0 Favorites   0 Comments

Color spaces of #5bceeb

RGB 91206235
HSL0.530.780.64
HSV192°61°92°
CMYK 0.610.120.00   0.08
XYZ41.381152.364986.5237
Yxy52.36490.22960.2905
Hunter Lab72.3636-24.5611-20.2373
CIE-Lab77.4985-24.0528-24.0443

#5bceeb color RGB value is (91,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001110 11101011
Octal 133 316 353
Decimal 91 206 235
Hex 5B CE EB

RGB Percentages of Color #5bceeb

%17.11
%38.72
%44.17

CMYK Percentages of Color #5bceeb

%61
%12
%0
%8

Triadic Colors of #5bceeb

#5bceeb #eb5bce #ceeb5b

Analogous Colors of #5bceeb

#5bceeb #5b86eb #5bebc0

Monochromatic Colors of #5bceeb

#5bceeb

Complementary Color

#5bceeb #eb785b

#5bceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bceeb Color CSS Codes

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

#5bceeb Text Font Color

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

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


#5bceeb Background Color

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

This div background color is #5bceeb


#5bceeb Border Color

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

This div border color is #5bceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bceeb


Comments

No comments written yet.

Please login to write comment.