Color Hex Logo

#52e99d Color Hex

#52E99D
(82,233,157)
0 Favorites   0 Comments

Color spaces of #52e99d

RGB 82233157
HSL0.420.770.62
HSV150°65°91°
CMYK 0.650.000.33   0.09
XYZ38.704462.506041.9232
Yxy62.50600.27040.4367
Hunter Lab79.0607-50.971123.9031
CIE-Lab83.1818-56.903225.5036

#52e99d color RGB value is (82,233,157).

#52e99d hex color red value is 82, green value is 233 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #52e99d hue: 0.42 , saturation: 0.77 and the lightness value of 52e99d is 0.62.

The process color (four color CMYK) of #52e99d color hex is 0.65, 0.00, 0.33, 0.09. Web safe color of #52e99d is #66ff99. Color #52e99d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101001 10011101
Octal 122 351 235
Decimal 82 233 157
Hex 52 E9 9D

RGB Percentages of Color #52e99d

%17.37
%49.36
%33.26

CMYK Percentages of Color #52e99d

%65
%0
%33
%9

Triadic Colors of #52e99d

#52e99d #9d52e9 #e99d52

Analogous Colors of #52e99d

#52e99d #52e9e9 #53e952

Monochromatic Colors of #52e99d

#52e99d

Complementary Color

#52e99d #e9529e

#52e99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52e99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52e99d Color CSS Codes

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

#52e99d Text Font Color

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

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


#52e99d Background Color

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

This div background color is #52e99d


#52e99d Border Color

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

This div border color is #52e99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52e99d


Comments

No comments written yet.

Please login to write comment.