Color Hex Logo

#52a93e Color Hex

#52A93E
(82,169,62)
0 Favorites   0 Comments

Color spaces of #52a93e

RGB 8216962
HSL0.300.460.45
HSV109°63°66°
CMYK 0.510.000.63   0.34
XYZ18.537130.51769.4709
Yxy30.51760.31670.5214
Hunter Lab55.2427-36.777828.5051
CIE-Lab62.0983-46.670746.0372

#52a93e color RGB value is (82,169,62).

#52a93e hex color red value is 82, green value is 169 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #52a93e hue: 0.30 , saturation: 0.46 and the lightness value of 52a93e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101001 00111110
Octal 122 251 76
Decimal 82 169 62
Hex 52 A9 3E

RGB Percentages of Color #52a93e

%26.20
%53.99
%19.81

CMYK Percentages of Color #52a93e

%51
%0
%63
%34

Triadic Colors of #52a93e

#52a93e #3e52a9 #a93e52

Analogous Colors of #52a93e

#52a93e #3ea960 #88a93e

Monochromatic Colors of #52a93e

#52a93e

Complementary Color

#52a93e #953ea9

#52a93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52a93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52a93e Color CSS Codes

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

#52a93e Text Font Color

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

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


#52a93e Background Color

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

This div background color is #52a93e


#52a93e Border Color

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

This div border color is #52a93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52a93e


Comments

No comments written yet.

Please login to write comment.