Color Hex Logo

#52ee0d Color Hex

#52EE0D
(82,238,13)
0 Favorites   0 Comments

Color spaces of #52ee0d

RGB 8223813
HSL0.280.900.49
HSV102°95°93°
CMYK 0.660.000.95   0.07
XYZ34.126962.972010.7369
Yxy62.97200.31650.5840
Hunter Lab79.3549-62.106447.5264
CIE-Lab83.4276-73.190379.0275

#52ee0d color RGB value is (82,238,13).

#52ee0d hex color red value is 82, green value is 238 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #52ee0d hue: 0.28 , saturation: 0.90 and the lightness value of 52ee0d is 0.49.

The process color (four color CMYK) of #52ee0d color hex is 0.66, 0.00, 0.95, 0.07. Web safe color of #52ee0d is #66ff00. Color #52ee0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101110 00001101
Octal 122 356 15
Decimal 82 238 13
Hex 52 EE D

RGB Percentages of Color #52ee0d

%24.62
%71.47
%3.90

CMYK Percentages of Color #52ee0d

%66
%0
%95
%7

Triadic Colors of #52ee0d

#52ee0d #0d52ee #ee0d52

Analogous Colors of #52ee0d

#52ee0d #0dee38 #c3ee0d

Monochromatic Colors of #52ee0d

#52ee0d

Complementary Color

#52ee0d #a90dee

#52ee0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ee0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ee0d Color CSS Codes

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

#52ee0d Text Font Color

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

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


#52ee0d Background Color

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

This div background color is #52ee0d


#52ee0d Border Color

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

This div border color is #52ee0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ee0d


Comments

No comments written yet.

Please login to write comment.