Color Hex Logo

#52e45f Color Hex

#52E45F
(82,228,95)
0 Favorites   0 Comments

Color spaces of #52e45f

RGB 8222895
HSL0.350.730.61
HSV125°64°89°
CMYK 0.640.000.58   0.11
XYZ33.288658.106920.2877
Yxy58.10690.29810.5203
Hunter Lab76.2279-55.448137.5798
CIE-Lab80.7982-64.790452.6615

#52e45f color RGB value is (82,228,95).

#52e45f hex color red value is 82, green value is 228 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #52e45f hue: 0.35 , saturation: 0.73 and the lightness value of 52e45f is 0.61.

The process color (four color CMYK) of #52e45f color hex is 0.64, 0.00, 0.58, 0.11. Web safe color of #52e45f is #66cc66. Color #52e45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11100100 01011111
Octal 122 344 137
Decimal 82 228 95
Hex 52 E4 5F

RGB Percentages of Color #52e45f

%20.25
%56.30
%23.46

CMYK Percentages of Color #52e45f

%64
%0
%58
%11

Triadic Colors of #52e45f

#52e45f #5f52e4 #e45f52

Analogous Colors of #52e45f

#52e45f #52e4a8 #8ee452

Monochromatic Colors of #52e45f

#52e45f

Complementary Color

#52e45f #e452d7

#52e45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52e45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52e45f Color CSS Codes

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

#52e45f Text Font Color

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

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


#52e45f Background Color

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

This div background color is #52e45f


#52e45f Border Color

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

This div border color is #52e45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52e45f


Comments

No comments written yet.

Please login to write comment.