Color Hex Logo

#5df628 Color Hex

#5DF628
(93,246,40)
0 Favorites   0 Comments

Color spaces of #5df628

RGB 9324640
HSL0.290.920.56
HSV105°84°96°
CMYK 0.620.000.84   0.04
XYZ37.853068.391913.2134
Yxy68.39190.31690.5725
Hunter Lab82.6994-63.021348.4164
CIE-Lab86.2020-72.659277.1923

#5df628 color RGB value is (93,246,40).

#5df628 hex color red value is 93, green value is 246 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #5df628 hue: 0.29 , saturation: 0.92 and the lightness value of 5df628 is 0.56.

The process color (four color CMYK) of #5df628 color hex is 0.62, 0.00, 0.84, 0.04. Web safe color of #5df628 is #66ff33. Color #5df628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11110110 00101000
Octal 135 366 50
Decimal 93 246 40
Hex 5D F6 28

RGB Percentages of Color #5df628

%24.54
%64.91
%10.55

CMYK Percentages of Color #5df628

%62
%0
%84
%4

Triadic Colors of #5df628

#5df628 #285df6 #f6285d

Analogous Colors of #5df628

#5df628 #28f65a #c4f628

Monochromatic Colors of #5df628

#5df628

Complementary Color

#5df628 #c128f6

#5df628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df628 Color CSS Codes

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

#5df628 Text Font Color

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

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


#5df628 Background Color

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

This div background color is #5df628


#5df628 Border Color

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

This div border color is #5df628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df628


Comments

No comments written yet.

Please login to write comment.