Color Hex Logo

#5de742 Color Hex

#5DE742
(93,231,66)
0 Favorites   0 Comments

Color spaces of #5de742

RGB 9323166
HSL0.310.770.58
HSV110°71°91°
CMYK 0.600.000.71   0.09
XYZ34.073559.872314.9149
Yxy59.87230.31300.5500
Hunter Lab77.3772-56.806642.7355
CIE-Lab81.7687-66.225365.4688

#5de742 color RGB value is (93,231,66).

#5de742 hex color red value is 93, green value is 231 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #5de742 hue: 0.31 , saturation: 0.77 and the lightness value of 5de742 is 0.58.

The process color (four color CMYK) of #5de742 color hex is 0.60, 0.00, 0.71, 0.09. Web safe color of #5de742 is #66ff33. Color #5de742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100111 01000010
Octal 135 347 102
Decimal 93 231 66
Hex 5D E7 42

RGB Percentages of Color #5de742

%23.85
%59.23
%16.92

CMYK Percentages of Color #5de742

%60
%0
%71
%9

Triadic Colors of #5de742

#5de742 #425de7 #e7425d

Analogous Colors of #5de742

#5de742 #42e77a #b0e742

Monochromatic Colors of #5de742

#5de742

Complementary Color

#5de742 #cc42e7

#5de742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de742 Color CSS Codes

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

#5de742 Text Font Color

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

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


#5de742 Background Color

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

This div background color is #5de742


#5de742 Border Color

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

This div border color is #5de742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de742


Comments

No comments written yet.

Please login to write comment.