Color Hex Logo

#5befb9 Color Hex

#5BEFB9
(91,239,185)
0 Favorites   0 Comments

Color spaces of #5befb9

RGB 91239185
HSL0.440.820.65
HSV158°62°94°
CMYK 0.620.000.23   0.06
XYZ43.937867.459956.6042
Yxy67.45990.26150.4015
Hunter Lab82.1340-48.245416.6329
CIE-Lab85.7357-51.908614.5915

#5befb9 color RGB value is (91,239,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 10111001
Octal 133 357 271
Decimal 91 239 185
Hex 5B EF B9

RGB Percentages of Color #5befb9

%17.67
%46.41
%35.92

CMYK Percentages of Color #5befb9

%62
%0
%23
%6

Triadic Colors of #5befb9

#5befb9 #b95bef #efb95b

Analogous Colors of #5befb9

#5befb9 #5bdbef #5bef6f

Monochromatic Colors of #5befb9

#5befb9

Complementary Color

#5befb9 #ef5b91

#5befb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5befb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5befb9 Color CSS Codes

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

#5befb9 Text Font Color

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

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


#5befb9 Background Color

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

This div background color is #5befb9


#5befb9 Border Color

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

This div border color is #5befb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5befb9


Comments

No comments written yet.

Please login to write comment.