Color Hex Logo

#5cd62e Color Hex

#5CD62E
(92,214,46)
0 Favorites   0 Comments

Color spaces of #5cd62e

RGB 9221446
HSL0.290.670.51
HSV104°79°84°
CMYK 0.570.000.79   0.16
XYZ28.953350.565710.8189
Yxy50.56570.32050.5597
Hunter Lab71.1096-51.762840.7561
CIE-Lab76.4152-61.915066.7024

#5cd62e color RGB value is (92,214,46).

#5cd62e hex color red value is 92, green value is 214 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #5cd62e hue: 0.29 , saturation: 0.67 and the lightness value of 5cd62e is 0.51.

The process color (four color CMYK) of #5cd62e color hex is 0.57, 0.00, 0.79, 0.16. Web safe color of #5cd62e is #66cc33. Color #5cd62e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11010110 00101110
Octal 134 326 56
Decimal 92 214 46
Hex 5C D6 2E

RGB Percentages of Color #5cd62e

%26.14
%60.80
%13.07

CMYK Percentages of Color #5cd62e

%57
%0
%79
%16

Triadic Colors of #5cd62e

#5cd62e #2e5cd6 #d62e5c

Analogous Colors of #5cd62e

#5cd62e #2ed654 #b0d62e

Monochromatic Colors of #5cd62e

#5cd62e

Complementary Color

#5cd62e #a82ed6

#5cd62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cd62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cd62e Color CSS Codes

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

#5cd62e Text Font Color

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

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


#5cd62e Background Color

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

This div background color is #5cd62e


#5cd62e Border Color

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

This div border color is #5cd62e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,214,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cd62e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cd62e;
  -webkit-box-shadow: 1px 1px 3px 2px #5cd62e;
  box-shadow:         1px 1px 3px 2px #5cd62e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,214,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cd62e


Comments

No comments written yet.

Please login to write comment.