Color Hex Logo

#5df38d Color Hex

#5DF38D
(93,243,141)
0 Favorites   0 Comments

Color spaces of #5df38d

RGB 93243141
HSL0.390.860.66
HSV139°62°95°
CMYK 0.620.000.42   0.05
XYZ41.372568.351436.2119
Yxy68.35140.28350.4684
Hunter Lab82.6749-55.355431.9032
CIE-Lab86.1819-61.507237.6084

#5df38d color RGB value is (93,243,141).

#5df38d hex color red value is 93, green value is 243 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5df38d hue: 0.39 , saturation: 0.86 and the lightness value of 5df38d is 0.66.

The process color (four color CMYK) of #5df38d color hex is 0.62, 0.00, 0.42, 0.05. Web safe color of #5df38d is #66ff99. Color #5df38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11110011 10001101
Octal 135 363 215
Decimal 93 243 141
Hex 5D F3 8D

RGB Percentages of Color #5df38d

%19.50
%50.94
%29.56

CMYK Percentages of Color #5df38d

%62
%0
%42
%5

Triadic Colors of #5df38d

#5df38d #8d5df3 #f38d5d

Analogous Colors of #5df38d

#5df38d #5df3d8 #78f35d

Monochromatic Colors of #5df38d

#5df38d

Complementary Color

#5df38d #f35dc3

#5df38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df38d Color CSS Codes

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

#5df38d Text Font Color

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

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


#5df38d Background Color

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

This div background color is #5df38d


#5df38d Border Color

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

This div border color is #5df38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df38d


Comments

No comments written yet.

Please login to write comment.