Color Hex Logo

#52a61c Color Hex

#52A61C
(82,166,28)
0 Favorites   0 Comments

Color spaces of #52a61c

RGB 8216628
HSL0.270.710.38
HSV97°83°65°
CMYK 0.510.000.83   0.35
XYZ17.325529.15015.8120
Yxy29.15010.33140.5575
Hunter Lab53.9908-37.203831.4111
CIE-Lab60.9139-48.025757.3060

#52a61c color RGB value is (82,166,28).

#52a61c hex color red value is 82, green value is 166 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #52a61c hue: 0.27 , saturation: 0.71 and the lightness value of 52a61c is 0.38.

The process color (four color CMYK) of #52a61c color hex is 0.51, 0.00, 0.83, 0.35. Web safe color of #52a61c is #669933. Color #52a61c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10100110 00011100
Octal 122 246 34
Decimal 82 166 28
Hex 52 A6 1C

RGB Percentages of Color #52a61c

%29.71
%60.14
%10.14

CMYK Percentages of Color #52a61c

%51
%0
%83
%35

Triadic Colors of #52a61c

#52a61c #1c52a6 #a61c52

Analogous Colors of #52a61c

#52a61c #1ca62b #97a61c

Monochromatic Colors of #52a61c

#52a61c

Complementary Color

#52a61c #701ca6

#52a61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a61c Color CSS Codes

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

#52a61c Text Font Color

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

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


#52a61c Background Color

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

This div background color is #52a61c


#52a61c Border Color

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

This div border color is #52a61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a61c


Comments

No comments written yet.

Please login to write comment.