Color Hex Logo

#5be38d Color Hex

#5BE38D
(91,227,141)
0 Favorites   0 Comments

Color spaces of #5be38d

RGB 91227141
HSL0.390.710.62
HSV142°60°89°
CMYK 0.600.000.38   0.11
XYZ36.591259.085434.6754
Yxy59.08540.28070.4533
Hunter Lab76.8670-49.545527.0607
CIE-Lab81.3385-55.829531.2461

#5be38d color RGB value is (91,227,141).

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

The process color (four color CMYK) of #5be38d color hex is 0.60, 0.00, 0.38, 0.11. Web safe color of #5be38d is #66cc99. Color #5be38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100011 10001101
Octal 133 343 215
Decimal 91 227 141
Hex 5B E3 8D

RGB Percentages of Color #5be38d

%19.83
%49.46
%30.72

CMYK Percentages of Color #5be38d

%60
%0
%38
%11

Triadic Colors of #5be38d

#5be38d #8d5be3 #e38d5b

Analogous Colors of #5be38d

#5be38d #5be3d1 #6de35b

Monochromatic Colors of #5be38d

#5be38d

Complementary Color

#5be38d #e35bb1

#5be38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be38d Color CSS Codes

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

#5be38d Text Font Color

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

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


#5be38d Background Color

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

This div background color is #5be38d


#5be38d Border Color

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

This div border color is #5be38d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,227,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 #5be38d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be38d


Comments

No comments written yet.

Please login to write comment.