Color Hex Logo

#52a84a Color Hex

#52A84A
(82,168,74)
0 Favorites   0 Comments

Color spaces of #52a84a

RGB 8216874
HSL0.320.390.47
HSV115°56°66°
CMYK 0.510.000.56   0.34
XYZ18.718330.293511.3392
Yxy30.29350.31020.5020
Hunter Lab55.0395-35.613426.3128
CIE-Lab61.9066-44.903040.2259

#52a84a color RGB value is (82,168,74).

#52a84a hex color red value is 82, green value is 168 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #52a84a hue: 0.32 , saturation: 0.39 and the lightness value of 52a84a is 0.47.

The process color (four color CMYK) of #52a84a color hex is 0.51, 0.00, 0.56, 0.34. Web safe color of #52a84a is #669933. Color #52a84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101000 01001010
Octal 122 250 112
Decimal 82 168 74
Hex 52 A8 4A

RGB Percentages of Color #52a84a

%25.31
%51.85
%22.84

CMYK Percentages of Color #52a84a

%51
%0
%56
%34

Triadic Colors of #52a84a

#52a84a #4a52a8 #a84a52

Analogous Colors of #52a84a

#52a84a #4aa871 #81a84a

Monochromatic Colors of #52a84a

#52a84a

Complementary Color

#52a84a #a04aa8

#52a84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a84a Color CSS Codes

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

#52a84a Text Font Color

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

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


#52a84a Background Color

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

This div background color is #52a84a


#52a84a Border Color

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

This div border color is #52a84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a84a


Comments

No comments written yet.

Please login to write comment.