Color Hex Logo

#5bedbf Color Hex

#5BEDBF
(91,237,191)
0 Favorites   0 Comments

Color spaces of #5bedbf

RGB 91237191
HSL0.450.800.64
HSV161°62°93°
CMYK 0.620.000.19   0.07
XYZ44.002566.554159.8173
Yxy66.55410.25830.3906
Hunter Lab81.5807-46.488013.6334
CIE-Lab85.2783-49.747410.8158

#5bedbf color RGB value is (91,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101101 10111111
Octal 133 355 277
Decimal 91 237 191
Hex 5B ED BF

RGB Percentages of Color #5bedbf

%17.53
%45.66
%36.80

CMYK Percentages of Color #5bedbf

%62
%0
%19
%7

Triadic Colors of #5bedbf

#5bedbf #bf5bed #edbf5b

Analogous Colors of #5bedbf

#5bedbf #5bd2ed #5bed76

Monochromatic Colors of #5bedbf

#5bedbf

Complementary Color

#5bedbf #ed5b89

#5bedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bedbf Color CSS Codes

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

#5bedbf Text Font Color

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

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


#5bedbf Background Color

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

This div background color is #5bedbf


#5bedbf Border Color

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

This div border color is #5bedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bedbf


Comments

No comments written yet.

Please login to write comment.