Color Hex Logo

#52e55e Color Hex

#52E55E
(82,229,94)
0 Favorites   0 Comments

Color spaces of #52e55e

RGB 8222994
HSL0.350.740.61
HSV125°64°90°
CMYK 0.640.000.59   0.10
XYZ33.519458.640620.1418
Yxy58.64060.29850.5222
Hunter Lab76.5772-55.876938.0092
CIE-Lab81.0936-65.251353.4454

#52e55e color RGB value is (82,229,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11100101 01011110
Octal 122 345 136
Decimal 82 229 94
Hex 52 E5 5E

RGB Percentages of Color #52e55e

%20.25
%56.54
%23.21

CMYK Percentages of Color #52e55e

%64
%0
%59
%10

Triadic Colors of #52e55e

#52e55e #5e52e5 #e55e52

Analogous Colors of #52e55e

#52e55e #52e5a8 #90e552

Monochromatic Colors of #52e55e

#52e55e

Complementary Color

#52e55e #e552d9

#52e55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52e55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52e55e Color CSS Codes

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

#52e55e Text Font Color

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

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


#52e55e Background Color

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

This div background color is #52e55e


#52e55e Border Color

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

This div border color is #52e55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52e55e


Comments

No comments written yet.

Please login to write comment.