Color Hex Logo

#52f740 Color Hex

#52F740
(82,247,64)
0 Favorites   0 Comments

Color spaces of #52f740

RGB 8224764
HSL0.320.920.61
HSV114°74°97°
CMYK 0.670.000.74   0.03
XYZ37.665968.685516.1229
Yxy68.68550.30750.5608
Hunter Lab82.8767-63.909446.4794
CIE-Lab86.3481-73.895870.6528

#52f740 color RGB value is (82,247,64).

#52f740 hex color red value is 82, green value is 247 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #52f740 hue: 0.32 , saturation: 0.92 and the lightness value of 52f740 is 0.61.

The process color (four color CMYK) of #52f740 color hex is 0.67, 0.00, 0.74, 0.03. Web safe color of #52f740 is #66ff33. Color #52f740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11110111 01000000
Octal 122 367 100
Decimal 82 247 64
Hex 52 F7 40

RGB Percentages of Color #52f740

%20.87
%62.85
%16.28

CMYK Percentages of Color #52f740

%67
%0
%74
%3

Triadic Colors of #52f740

#52f740 #4052f7 #f74052

Analogous Colors of #52f740

#52f740 #40f78a #aef740

Monochromatic Colors of #52f740

#52f740

Complementary Color

#52f740 #e540f7

#52f740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52f740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52f740 Color CSS Codes

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

#52f740 Text Font Color

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

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


#52f740 Background Color

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

This div background color is #52f740


#52f740 Border Color

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

This div border color is #52f740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52f740


Comments

No comments written yet.

Please login to write comment.