Color Hex Logo

#52da61 Color Hex

#52DA61
(82,218,97)
0 Favorites   0 Comments

Color spaces of #52da61

RGB 8221897
HSL0.350.650.59
HSV127°62°85°
CMYK 0.620.000.56   0.15
XYZ30.708752.799719.8821
Yxy52.79970.29700.5107
Hunter Lab72.6634-51.724034.6415
CIE-Lab77.7566-61.030948.1837

#52da61 color RGB value is (82,218,97).

#52da61 hex color red value is 82, green value is 218 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #52da61 hue: 0.35 , saturation: 0.65 and the lightness value of 52da61 is 0.59.

The process color (four color CMYK) of #52da61 color hex is 0.62, 0.00, 0.56, 0.15. Web safe color of #52da61 is #66cc66. Color #52da61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 01100001
Octal 122 332 141
Decimal 82 218 97
Hex 52 DA 61

RGB Percentages of Color #52da61

%20.65
%54.91
%24.43

CMYK Percentages of Color #52da61

%62
%0
%56
%15

Triadic Colors of #52da61

#52da61 #6152da #da6152

Analogous Colors of #52da61

#52da61 #52daa5 #87da52

Monochromatic Colors of #52da61

#52da61

Complementary Color

#52da61 #da52cb

#52da61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52da61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52da61 Color CSS Codes

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

#52da61 Text Font Color

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

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


#52da61 Background Color

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

This div background color is #52da61


#52da61 Border Color

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

This div border color is #52da61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52da61


Comments

No comments written yet.

Please login to write comment.