Color Hex Logo

#52a424 Color Hex

#52A424
(82,164,36)
0 Favorites   0 Comments

Color spaces of #52a424

RGB 8216436
HSL0.270.640.39
HSV98°78°64°
CMYK 0.500.000.78   0.36
XYZ17.073628.47216.2649
Yxy28.47210.32950.5495
Hunter Lab53.3593-36.263230.3903
CIE-Lab60.3129-46.815954.3625

#52a424 color RGB value is (82,164,36).

#52a424 hex color red value is 82, green value is 164 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #52a424 hue: 0.27 , saturation: 0.64 and the lightness value of 52a424 is 0.39.

The process color (four color CMYK) of #52a424 color hex is 0.50, 0.00, 0.78, 0.36. Web safe color of #52a424 is #669933. Color #52a424 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100100 00100100
Octal 122 244 44
Decimal 82 164 36
Hex 52 A4 24

RGB Percentages of Color #52a424

%29.08
%58.16
%12.77

CMYK Percentages of Color #52a424

%50
%0
%78
%36

Triadic Colors of #52a424

#52a424 #2452a4 #a42452

Analogous Colors of #52a424

#52a424 #24a436 #92a424

Monochromatic Colors of #52a424

#52a424

Complementary Color

#52a424 #7624a4

#52a424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a424 Color CSS Codes

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

#52a424 Text Font Color

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

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


#52a424 Background Color

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

This div background color is #52a424


#52a424 Border Color

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

This div border color is #52a424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a424


Comments

No comments written yet.

Please login to write comment.