Color Hex Logo

#5ce82a Color Hex

#5CE82A
(92,232,42)
0 Favorites   0 Comments

Color spaces of #5ce82a

RGB 9223242
HSL0.290.810.54
HSV104°82°91°
CMYK 0.600.000.82   0.09
XYZ33.688260.155712.0262
Yxy60.15570.31820.5682
Hunter Lab77.5601-58.198845.0988
CIE-Lab81.9227-68.233072.8732

#5ce82a color RGB value is (92,232,42).

#5ce82a hex color red value is 92, green value is 232 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #5ce82a hue: 0.29 , saturation: 0.81 and the lightness value of 5ce82a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101000 00101010
Octal 134 350 52
Decimal 92 232 42
Hex 5C E8 2A

RGB Percentages of Color #5ce82a

%25.14
%63.39
%11.48

CMYK Percentages of Color #5ce82a

%60
%0
%82
%9

Triadic Colors of #5ce82a

#5ce82a #2a5ce8 #e82a5c

Analogous Colors of #5ce82a

#5ce82a #2ae857 #bbe82a

Monochromatic Colors of #5ce82a

#5ce82a

Complementary Color

#5ce82a #b62ae8

#5ce82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ce82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ce82a Color CSS Codes

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

#5ce82a Text Font Color

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

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


#5ce82a Background Color

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

This div background color is #5ce82a


#5ce82a Border Color

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

This div border color is #5ce82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ce82a


Comments

No comments written yet.

Please login to write comment.