Color Hex Logo

#52df4f Color Hex

#52DF4F
(82,223,79)
0 Favorites   0 Comments

Color spaces of #52df4f

RGB 8222379
HSL0.330.690.59
HSV119°65°87°
CMYK 0.630.000.65   0.13
XYZ31.278655.133716.3905
Yxy55.13370.30430.5363
Hunter Lab74.2521-54.748238.8887
CIE-Lab79.1182-64.790657.6053

#52df4f color RGB value is (82,223,79).

#52df4f hex color red value is 82, green value is 223 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #52df4f hue: 0.33 , saturation: 0.69 and the lightness value of 52df4f is 0.59.

The process color (four color CMYK) of #52df4f color hex is 0.63, 0.00, 0.65, 0.13. Web safe color of #52df4f is #66cc66. Color #52df4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011111 01001111
Octal 122 337 117
Decimal 82 223 79
Hex 52 DF 4F

RGB Percentages of Color #52df4f

%21.35
%58.07
%20.57

CMYK Percentages of Color #52df4f

%63
%0
%65
%13

Triadic Colors of #52df4f

#52df4f #4f52df #df4f52

Analogous Colors of #52df4f

#52df4f #4fdf94 #9adf4f

Monochromatic Colors of #52df4f

#52df4f

Complementary Color

#52df4f #dc4fdf

#52df4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52df4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52df4f Color CSS Codes

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

#52df4f Text Font Color

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

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


#52df4f Background Color

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

This div background color is #52df4f


#52df4f Border Color

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

This div border color is #52df4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52df4f


Comments

No comments written yet.

Please login to write comment.