Color Hex Logo

#52eb05 Color Hex

#52EB05
(82,235,5)
0 Favorites   0 Comments

Color spaces of #52eb05

RGB 822355
HSL0.280.960.47
HSV100°98°92°
CMYK 0.650.000.98   0.08
XYZ33.215461.221510.2099
Yxy61.22150.31740.5850
Hunter Lab78.2442-61.152347.0343
CIE-Lab82.4977-72.374378.9613

#52eb05 color RGB value is (82,235,5).

#52eb05 hex color red value is 82, green value is 235 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #52eb05 hue: 0.28 , saturation: 0.96 and the lightness value of 52eb05 is 0.47.

The process color (four color CMYK) of #52eb05 color hex is 0.65, 0.00, 0.98, 0.08. Web safe color of #52eb05 is #66ff00. Color #52eb05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101011 00000101
Octal 122 353 5
Decimal 82 235 5
Hex 52 EB 5

RGB Percentages of Color #52eb05

%25.47
%72.98
%1.55

CMYK Percentages of Color #52eb05

%65
%0
%98
%8

Triadic Colors of #52eb05

#52eb05 #0552eb #eb0552

Analogous Colors of #52eb05

#52eb05 #05eb2b #c5eb05

Monochromatic Colors of #52eb05

#52eb05

Complementary Color

#52eb05 #9e05eb

#52eb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eb05 Color CSS Codes

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

#52eb05 Text Font Color

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

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


#52eb05 Background Color

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

This div background color is #52eb05


#52eb05 Border Color

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

This div border color is #52eb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eb05


Comments

No comments written yet.

Please login to write comment.