Color Hex Logo

#5def49 Color Hex

#5DEF49
(93,239,73)
0 Favorites   0 Comments

Color spaces of #5def49

RGB 9323973
HSL0.310.840.61
HSV113°69°94°
CMYK 0.610.000.69   0.06
XYZ36.583364.541216.8329
Yxy64.54120.31010.5472
Hunter Lab80.3375-59.307243.8134
CIE-Lab84.2468-68.391265.4989

#5def49 color RGB value is (93,239,73).

#5def49 hex color red value is 93, green value is 239 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #5def49 hue: 0.31 , saturation: 0.84 and the lightness value of 5def49 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101111 01001001
Octal 135 357 111
Decimal 93 239 73
Hex 5D EF 49

RGB Percentages of Color #5def49

%22.96
%59.01
%18.02

CMYK Percentages of Color #5def49

%61
%0
%69
%6

Triadic Colors of #5def49

#5def49 #495def #ef495d

Analogous Colors of #5def49

#5def49 #49ef88 #b0ef49

Monochromatic Colors of #5def49

#5def49

Complementary Color

#5def49 #db49ef

#5def49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5def49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5def49 Color CSS Codes

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

#5def49 Text Font Color

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

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


#5def49 Background Color

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

This div background color is #5def49


#5def49 Border Color

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

This div border color is #5def49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5def49


Comments

No comments written yet.

Please login to write comment.