Color Hex Logo

#52ff56 Color Hex

#52FF56
(82,255,86)
0 Favorites   0 Comments

Color spaces of #52ff56

RGB 8225586
HSL0.341.000.66
HSV121°68°100°
CMYK 0.680.000.66   0.00
XYZ40.919473.985720.9281
Yxy73.98570.30120.5447
Hunter Lab86.0149-65.609445.7847
CIE-Lab88.9157-74.679565.4677

#52ff56 color RGB value is (82,255,86).

#52ff56 hex color red value is 82, green value is 255 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #52ff56 hue: 0.34 , saturation: 1.00 and the lightness value of 52ff56 is 0.66.

The process color (four color CMYK) of #52ff56 color hex is 0.68, 0.00, 0.66, 0.00. Web safe color of #52ff56 is #66ff66. Color #52ff56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111111 01010110
Octal 122 377 126
Decimal 82 255 86
Hex 52 FF 56

RGB Percentages of Color #52ff56

%19.39
%60.28
%20.33

CMYK Percentages of Color #52ff56

%68
%0
%66
%0

Triadic Colors of #52ff56

#52ff56 #5652ff #ff5652

Analogous Colors of #52ff56

#52ff56 #52ffad #a5ff52

Monochromatic Colors of #52ff56

#52ff56

Complementary Color

#52ff56 #ff52fb

#52ff56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ff56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ff56 Color CSS Codes

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

#52ff56 Text Font Color

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

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


#52ff56 Background Color

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

This div background color is #52ff56


#52ff56 Border Color

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

This div border color is #52ff56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ff56


Comments

No comments written yet.

Please login to write comment.