Color Hex Logo

#5bedbe Color Hex

#5BEDBE
(91,237,190)
0 Favorites   0 Comments

Color spaces of #5bedbe

RGB 91237190
HSL0.450.800.64
HSV161°62°93°
CMYK 0.620.000.20   0.07
XYZ43.892866.510259.2396
Yxy66.51020.25870.3921
Hunter Lab81.5538-46.649214.0202
CIE-Lab85.2560-49.973111.3064

#5bedbe color RGB value is (91,237,190).

#5bedbe hex color red value is 91, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5bedbe hue: 0.45 , saturation: 0.80 and the lightness value of 5bedbe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101101 10111110
Octal 133 355 276
Decimal 91 237 190
Hex 5B ED BE

RGB Percentages of Color #5bedbe

%17.57
%45.75
%36.68

CMYK Percentages of Color #5bedbe

%62
%0
%20
%7

Triadic Colors of #5bedbe

#5bedbe #be5bed #edbe5b

Analogous Colors of #5bedbe

#5bedbe #5bd3ed #5bed75

Monochromatic Colors of #5bedbe

#5bedbe

Complementary Color

#5bedbe #ed5b8a

#5bedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bedbe Color CSS Codes

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

#5bedbe Text Font Color

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

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


#5bedbe Background Color

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

This div background color is #5bedbe


#5bedbe Border Color

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

This div border color is #5bedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bedbe


Comments

No comments written yet.

Please login to write comment.