Color Hex Logo

#52fc14 Color Hex

#52FC14
(82,252,20)
0 Favorites   0 Comments

Color spaces of #52fc14

RGB 8225220
HSL0.290.970.53
HSV104°92°99°
CMYK 0.670.000.92   0.01
XYZ38.416371.465212.4312
Yxy71.46520.31410.5843
Hunter Lab84.5371-66.823950.4574
CIE-Lab87.7105-77.345581.7869

#52fc14 color RGB value is (82,252,20).

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

The process color (four color CMYK) of #52fc14 color hex is 0.67, 0.00, 0.92, 0.01. Web safe color of #52fc14 is #66ff00. Color #52fc14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111100 00010100
Octal 122 374 24
Decimal 82 252 20
Hex 52 FC 14

RGB Percentages of Color #52fc14

%23.16
%71.19
%5.65

CMYK Percentages of Color #52fc14

%67
%0
%92
%1

Triadic Colors of #52fc14

#52fc14 #1452fc #fc1452

Analogous Colors of #52fc14

#52fc14 #14fc4a #c6fc14

Monochromatic Colors of #52fc14

#52fc14

Complementary Color

#52fc14 #be14fc

#52fc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fc14 Color CSS Codes

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

#52fc14 Text Font Color

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

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


#52fc14 Background Color

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

This div background color is #52fc14


#52fc14 Border Color

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

This div border color is #52fc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fc14


Comments

No comments written yet.

Please login to write comment.