Color Hex Logo

#52d42a Color Hex

#52D42A
(82,212,42)
0 Favorites   0 Comments

Color spaces of #52d42a

RGB 8221242
HSL0.290.670.50
HSV106°80°83°
CMYK 0.610.000.80   0.17
XYZ27.441149.048010.2114
Yxy49.04800.31650.5657
Hunter Lab70.0343-52.619440.3792
CIE-Lab75.4812-63.851366.8594

#52d42a color RGB value is (82,212,42).

#52d42a hex color red value is 82, green value is 212 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #52d42a hue: 0.29 , saturation: 0.67 and the lightness value of 52d42a is 0.50.

The process color (four color CMYK) of #52d42a color hex is 0.61, 0.00, 0.80, 0.17. Web safe color of #52d42a is #66cc33. Color #52d42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11010100 00101010
Octal 122 324 52
Decimal 82 212 42
Hex 52 D4 2A

RGB Percentages of Color #52d42a

%24.40
%63.10
%12.50

CMYK Percentages of Color #52d42a

%61
%0
%80
%17

Triadic Colors of #52d42a

#52d42a #2a52d4 #d42a52

Analogous Colors of #52d42a

#52d42a #2ad457 #a7d42a

Monochromatic Colors of #52d42a

#52d42a

Complementary Color

#52d42a #ac2ad4

#52d42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52d42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52d42a Color CSS Codes

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

#52d42a Text Font Color

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

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


#52d42a Background Color

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

This div background color is #52d42a


#52d42a Border Color

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

This div border color is #52d42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52d42a


Comments

No comments written yet.

Please login to write comment.