Color Hex Logo

#52f478 Color Hex

#52F478
(82,244,120)
0 Favorites   0 Comments

Color spaces of #52f478

RGB 82244120
HSL0.370.880.64
HSV134°66°96°
CMYK 0.660.000.51   0.04
XYZ39.220567.851328.7988
Yxy67.85130.28870.4994
Hunter Lab82.3719-59.160036.9314
CIE-Lab85.9320-67.117847.3637

#52f478 color RGB value is (82,244,120).

#52f478 hex color red value is 82, green value is 244 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #52f478 hue: 0.37 , saturation: 0.88 and the lightness value of 52f478 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11110100 01111000
Octal 122 364 170
Decimal 82 244 120
Hex 52 F4 78

RGB Percentages of Color #52f478

%18.39
%54.71
%26.91

CMYK Percentages of Color #52f478

%66
%0
%51
%4

Triadic Colors of #52f478

#52f478 #7852f4 #f47852

Analogous Colors of #52f478

#52f478 #52f4c9 #7df452

Monochromatic Colors of #52f478

#52f478

Complementary Color

#52f478 #f452ce

#52f478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52f478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52f478 Color CSS Codes

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

#52f478 Text Font Color

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

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


#52f478 Background Color

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

This div background color is #52f478


#52f478 Border Color

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

This div border color is #52f478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52f478


Comments

No comments written yet.

Please login to write comment.