Color Hex Logo

#5df09d Color Hex

#5DF09D
(93,240,157)
0 Favorites   0 Comments

Color spaces of #5df09d

RGB 93240157
HSL0.410.830.65
HSV146°61°94°
CMYK 0.610.000.35   0.06
XYZ41.760167.081742.6454
Yxy67.08170.27570.4428
Hunter Lab81.9034-52.319226.4613
CIE-Lab85.5452-57.583228.7477

#5df09d color RGB value is (93,240,157).

#5df09d hex color red value is 93, green value is 240 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5df09d hue: 0.41 , saturation: 0.83 and the lightness value of 5df09d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11110000 10011101
Octal 135 360 235
Decimal 93 240 157
Hex 5D F0 9D

RGB Percentages of Color #5df09d

%18.98
%48.98
%32.04

CMYK Percentages of Color #5df09d

%61
%0
%35
%6

Triadic Colors of #5df09d

#5df09d #9d5df0 #f09d5d

Analogous Colors of #5df09d

#5df09d #5df0e7 #67f05d

Monochromatic Colors of #5df09d

#5df09d

Complementary Color

#5df09d #f05db0

#5df09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df09d Color CSS Codes

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

#5df09d Text Font Color

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

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


#5df09d Background Color

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

This div background color is #5df09d


#5df09d Border Color

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

This div border color is #5df09d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,240,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df09d


Comments

No comments written yet.

Please login to write comment.