Color Hex Logo

#52c562 Color Hex

#52C562
(82,197,98)
0 Favorites   0 Comments

Color spaces of #52c562

RGB 8219798
HSL0.360.500.55
HSV128°58°77°
CMYK 0.580.000.50   0.23
XYZ25.650542.608218.4276
Yxy42.60820.29590.4915
Hunter Lab65.2750-44.087728.9545
CIE-Lab71.2882-53.128439.8687

#52c562 color RGB value is (82,197,98).

#52c562 hex color red value is 82, green value is 197 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #52c562 hue: 0.36 , saturation: 0.50 and the lightness value of 52c562 is 0.55.

The process color (four color CMYK) of #52c562 color hex is 0.58, 0.00, 0.50, 0.23. Web safe color of #52c562 is #66cc66. Color #52c562 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11000101 01100010
Octal 122 305 142
Decimal 82 197 98
Hex 52 C5 62

RGB Percentages of Color #52c562

%21.75
%52.25
%25.99

CMYK Percentages of Color #52c562

%58
%0
%50
%23

Triadic Colors of #52c562

#52c562 #6252c5 #c56252

Analogous Colors of #52c562

#52c562 #52c59c #7cc552

Monochromatic Colors of #52c562

#52c562

Complementary Color

#52c562 #c552b5

#52c562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52c562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52c562 Color CSS Codes

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

#52c562 Text Font Color

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

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


#52c562 Background Color

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

This div background color is #52c562


#52c562 Border Color

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

This div border color is #52c562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52c562


Comments

No comments written yet.

Please login to write comment.