Color Hex Logo

#5beceb Color Hex

#5BECEB
(91,236,235)
0 Favorites   0 Comments

Color spaces of #5beceb

RGB 91236235
HSL0.500.790.64
HSV180°61°93°
CMYK 0.610.000.00   0.07
XYZ49.305268.213289.1651
Yxy68.21320.23860.3300
Hunter Lab82.5913-37.9741-6.1953
CIE-Lab86.1129-38.3930-11.0581

#5beceb color RGB value is (91,236,235).

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

The process color (four color CMYK) of #5beceb color hex is 0.61, 0.00, 0.00, 0.07. Web safe color of #5beceb is #66ffff. Color #5beceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101100 11101011
Octal 133 354 353
Decimal 91 236 235
Hex 5B EC EB

RGB Percentages of Color #5beceb

%16.19
%41.99
%41.81

CMYK Percentages of Color #5beceb

%61
%0
%0
%7

Triadic Colors of #5beceb

#5beceb #eb5bec #eceb5b

Analogous Colors of #5beceb

#5beceb #5ba5ec #5beca3

Monochromatic Colors of #5beceb

#5beceb

Complementary Color

#5beceb #ec5b5c

#5beceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beceb Color CSS Codes

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

#5beceb Text Font Color

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

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


#5beceb Background Color

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

This div background color is #5beceb


#5beceb Border Color

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

This div border color is #5beceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beceb


Comments

No comments written yet.

Please login to write comment.