Color Hex Logo

#52ea59 Color Hex

#52EA59
(82,234,89)
0 Favorites   0 Comments

Color spaces of #52ea59

RGB 8223489
HSL0.340.780.62
HSV123°65°92°
CMYK 0.650.000.62   0.08
XYZ34.705761.360719.4658
Yxy61.36070.30040.5311
Hunter Lab78.3331-57.997940.0996
CIE-Lab82.5723-67.505557.2842

#52ea59 color RGB value is (82,234,89).

#52ea59 hex color red value is 82, green value is 234 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #52ea59 hue: 0.34 , saturation: 0.78 and the lightness value of 52ea59 is 0.62.

The process color (four color CMYK) of #52ea59 color hex is 0.65, 0.00, 0.62, 0.08. Web safe color of #52ea59 is #66ff66. Color #52ea59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101010 01011001
Octal 122 352 131
Decimal 82 234 89
Hex 52 EA 59

RGB Percentages of Color #52ea59

%20.25
%57.78
%21.98

CMYK Percentages of Color #52ea59

%65
%0
%62
%8

Triadic Colors of #52ea59

#52ea59 #5952ea #ea5952

Analogous Colors of #52ea59

#52ea59 #52eaa5 #97ea52

Monochromatic Colors of #52ea59

#52ea59

Complementary Color

#52ea59 #ea52e3

#52ea59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ea59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ea59 Color CSS Codes

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

#52ea59 Text Font Color

<p style="color:#52ea59">Text here</p>

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


#52ea59 Background Color

<div style="background-color:#52ea59">
Div content here</div>

This div background color is #52ea59


#52ea59 Border Color

<div style="border:3px solid #52ea59">
Div here</div>

This div border color is #52ea59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,234,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52ea59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52ea59;
  -webkit-box-shadow: 1px 1px 3px 2px #52ea59;
  box-shadow:         1px 1px 3px 2px #52ea59; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,234,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ea59


Comments

No comments written yet.

Please login to write comment.