Color Hex Logo

#52ff0f Color Hex

#52FF0F
(82,255,15)
0 Favorites   0 Comments

Color spaces of #52ff0f

RGB 8225515
HSL0.291.000.53
HSV103°94°100°
CMYK 0.680.000.94   0.00
XYZ39.325973.348312.5369
Yxy73.34830.31410.5858
Hunter Lab85.6436-67.912651.2714
CIE-Lab88.6136-78.342983.0696

#52ff0f color RGB value is (82,255,15).

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

The process color (four color CMYK) of #52ff0f color hex is 0.68, 0.00, 0.94, 0.00. Web safe color of #52ff0f is #66ff00. Color #52ff0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111111 00001111
Octal 122 377 17
Decimal 82 255 15
Hex 52 FF F

RGB Percentages of Color #52ff0f

%23.30
%72.44
%4.26

CMYK Percentages of Color #52ff0f

%68
%0
%94
%0

Triadic Colors of #52ff0f

#52ff0f #0f52ff #ff0f52

Analogous Colors of #52ff0f

#52ff0f #0fff44 #caff0f

Monochromatic Colors of #52ff0f

#52ff0f

Complementary Color

#52ff0f #bc0fff

#52ff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ff0f Color CSS Codes

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

#52ff0f Text Font Color

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

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


#52ff0f Background Color

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

This div background color is #52ff0f


#52ff0f Border Color

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

This div border color is #52ff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ff0f

#52ff0f Color Palettes


Comments

No comments written yet.

Please login to write comment.