Color Hex Logo

#52e870 Color Hex

#52E870
(82,232,112)
0 Favorites   0 Comments

Color spaces of #52e870

RGB 82232112
HSL0.370.770.62
HSV132°65°91°
CMYK 0.650.000.52   0.09
XYZ35.260960.676925.1826
Yxy60.67690.29110.5010
Hunter Lab77.8954-55.515335.3591
CIE-Lab82.2047-64.025746.5529

#52e870 color RGB value is (82,232,112).

#52e870 hex color red value is 82, green value is 232 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #52e870 hue: 0.37 , saturation: 0.77 and the lightness value of 52e870 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101000 01110000
Octal 122 350 160
Decimal 82 232 112
Hex 52 E8 70

RGB Percentages of Color #52e870

%19.25
%54.46
%26.29

CMYK Percentages of Color #52e870

%65
%0
%52
%9

Triadic Colors of #52e870

#52e870 #7052e8 #e87052

Analogous Colors of #52e870

#52e870 #52e8bb #7fe852

Monochromatic Colors of #52e870

#52e870

Complementary Color

#52e870 #e852ca

#52e870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52e870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52e870 Color CSS Codes

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

#52e870 Text Font Color

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

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


#52e870 Background Color

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

This div background color is #52e870


#52e870 Border Color

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

This div border color is #52e870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52e870


Comments

No comments written yet.

Please login to write comment.