Color Hex Logo

#5bebea Color Hex

#5BEBEA
(91,235,234)
0 Favorites   0 Comments

Color spaces of #5bebea

RGB 91235234
HSL0.500.780.64
HSV180°61°92°
CMYK 0.610.000.00   0.08
XYZ48.874067.581388.3105
Yxy67.58130.23870.3300
Hunter Lab82.2078-37.7424-6.1459
CIE-Lab85.7967-38.2043-11.0037

#5bebea color RGB value is (91,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 11101010
Octal 133 353 352
Decimal 91 235 234
Hex 5B EB EA

RGB Percentages of Color #5bebea

%16.25
%41.96
%41.79

CMYK Percentages of Color #5bebea

%61
%0
%0
%8

Triadic Colors of #5bebea

#5bebea #ea5beb #ebea5b

Analogous Colors of #5bebea

#5bebea #5ba4eb #5beba2

Monochromatic Colors of #5bebea

#5bebea

Complementary Color

#5bebea #eb5b5c

#5bebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebea Color CSS Codes

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

#5bebea Text Font Color

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

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


#5bebea Background Color

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

This div background color is #5bebea


#5bebea Border Color

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

This div border color is #5bebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebea


Comments

No comments written yet.

Please login to write comment.