Color Hex Logo

#52d735 Color Hex

#52D735
(82,215,53)
0 Favorites   0 Comments

Color spaces of #52d735

RGB 8221553
HSL0.300.670.53
HSV109°75°84°
CMYK 0.620.000.75   0.16
XYZ28.422750.651811.6469
Yxy50.65180.31330.5583
Hunter Lab71.1701-53.261340.1163
CIE-Lab76.4676-64.208864.4874

#52d735 color RGB value is (82,215,53).

#52d735 hex color red value is 82, green value is 215 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #52d735 hue: 0.30 , saturation: 0.67 and the lightness value of 52d735 is 0.53.

The process color (four color CMYK) of #52d735 color hex is 0.62, 0.00, 0.75, 0.16. Web safe color of #52d735 is #66cc33. Color #52d735 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11010111 00110101
Octal 122 327 65
Decimal 82 215 53
Hex 52 D7 35

RGB Percentages of Color #52d735

%23.43
%61.43
%15.14

CMYK Percentages of Color #52d735

%62
%0
%75
%16

Triadic Colors of #52d735

#52d735 #3552d7 #d73552

Analogous Colors of #52d735

#52d735 #35d769 #a3d735

Monochromatic Colors of #52d735

#52d735

Complementary Color

#52d735 #ba35d7

#52d735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52d735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52d735 Color CSS Codes

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

#52d735 Text Font Color

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

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


#52d735 Background Color

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

This div background color is #52d735


#52d735 Border Color

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

This div border color is #52d735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52d735


Comments

No comments written yet.

Please login to write comment.