Color Hex Logo

#5be98d Color Hex

#5BE98D
(91,233,141)
0 Favorites   0 Comments

Color spaces of #5be98d

RGB 91233141
HSL0.390.760.64
HSV141°61°91°
CMYK 0.610.000.39   0.09
XYZ38.261062.425135.2320
Yxy62.42510.28150.4593
Hunter Lab79.0096-51.826728.8680
CIE-Lab83.1390-58.139333.6234

#5be98d color RGB value is (91,233,141).

#5be98d hex color red value is 91, green value is 233 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5be98d hue: 0.39 , saturation: 0.76 and the lightness value of 5be98d is 0.64.

The process color (four color CMYK) of #5be98d color hex is 0.61, 0.00, 0.39, 0.09. Web safe color of #5be98d is #66ff99. Color #5be98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101001 10001101
Octal 133 351 215
Decimal 91 233 141
Hex 5B E9 8D

RGB Percentages of Color #5be98d

%19.57
%50.11
%30.32

CMYK Percentages of Color #5be98d

%61
%0
%39
%9

Triadic Colors of #5be98d

#5be98d #8d5be9 #e98d5b

Analogous Colors of #5be98d

#5be98d #5be9d4 #70e95b

Monochromatic Colors of #5be98d

#5be98d

Complementary Color

#5be98d #e95bb7

#5be98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be98d Color CSS Codes

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

#5be98d Text Font Color

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

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


#5be98d Background Color

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

This div background color is #5be98d


#5be98d Border Color

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

This div border color is #5be98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be98d


Comments

No comments written yet.

Please login to write comment.