Color Hex Logo

#5becef Color Hex

#5BECEF
(91,236,239)
0 Favorites   0 Comments

Color spaces of #5becef

RGB 91236239
HSL0.500.820.65
HSV181°62°94°
CMYK 0.620.010.00   0.06
XYZ49.889868.447092.2435
Yxy68.44700.23690.3250
Hunter Lab82.7327-37.1425-8.1930
CIE-Lab86.2295-37.3137-12.9862

#5becef color RGB value is (91,236,239).

#5becef hex color red value is 91, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5becef hue: 0.50 , saturation: 0.82 and the lightness value of 5becef is 0.65.

The process color (four color CMYK) of #5becef color hex is 0.62, 0.01, 0.00, 0.06. Web safe color of #5becef is #66ffff. Color #5becef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101100 11101111
Octal 133 354 357
Decimal 91 236 239
Hex 5B EC EF

RGB Percentages of Color #5becef

%16.08
%41.70
%42.23

CMYK Percentages of Color #5becef

%62
%1
%0
%6

Triadic Colors of #5becef

#5becef #ef5bec #ecef5b

Analogous Colors of #5becef

#5becef #5ba2ef #5befa8

Monochromatic Colors of #5becef

#5becef

Complementary Color

#5becef #ef5e5b

#5becef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5becef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5becef Color CSS Codes

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

#5becef Text Font Color

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

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


#5becef Background Color

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

This div background color is #5becef


#5becef Border Color

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

This div border color is #5becef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5becef


Comments

No comments written yet.

Please login to write comment.