Color Hex Logo

#52cb61 Color Hex

#52CB61
(82,203,97)
0 Favorites   0 Comments

Color spaces of #52cb61

RGB 8220397
HSL0.350.540.56
HSV127°60°80°
CMYK 0.600.000.52   0.20
XYZ26.993345.368818.6436
Yxy45.36880.29660.4985
Hunter Lab67.3564-46.339130.7385
CIE-Lab73.1341-55.541942.6206

#52cb61 color RGB value is (82,203,97).

#52cb61 hex color red value is 82, green value is 203 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #52cb61 hue: 0.35 , saturation: 0.54 and the lightness value of 52cb61 is 0.56.

The process color (four color CMYK) of #52cb61 color hex is 0.60, 0.00, 0.52, 0.20. Web safe color of #52cb61 is #66cc66. Color #52cb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001011 01100001
Octal 122 313 141
Decimal 82 203 97
Hex 52 CB 61

RGB Percentages of Color #52cb61

%21.47
%53.14
%25.39

CMYK Percentages of Color #52cb61

%60
%0
%52
%20

Triadic Colors of #52cb61

#52cb61 #6152cb #cb6152

Analogous Colors of #52cb61

#52cb61 #52cb9e #80cb52

Monochromatic Colors of #52cb61

#52cb61

Complementary Color

#52cb61 #cb52bc

#52cb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cb61 Color CSS Codes

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

#52cb61 Text Font Color

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

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


#52cb61 Background Color

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

This div background color is #52cb61


#52cb61 Border Color

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

This div border color is #52cb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cb61


Comments

No comments written yet.

Please login to write comment.