Color Hex Logo

#52cb3f Color Hex

#52CB3F
(82,203,63)
0 Favorites   0 Comments

Color spaces of #52cb3f

RGB 8220363
HSL0.310.570.52
HSV112°69°80°
CMYK 0.600.000.69   0.20
XYZ25.732844.864612.0061
Yxy44.86460.31150.5431
Hunter Lab66.9810-48.640636.2592
CIE-Lab72.8026-59.310857.2024

#52cb3f color RGB value is (82,203,63).

#52cb3f hex color red value is 82, green value is 203 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #52cb3f hue: 0.31 , saturation: 0.57 and the lightness value of 52cb3f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001011 00111111
Octal 122 313 77
Decimal 82 203 63
Hex 52 CB 3F

RGB Percentages of Color #52cb3f

%23.56
%58.33
%18.10

CMYK Percentages of Color #52cb3f

%60
%0
%69
%20

Triadic Colors of #52cb3f

#52cb3f #3f52cb #cb3f52

Analogous Colors of #52cb3f

#52cb3f #3fcb72 #98cb3f

Monochromatic Colors of #52cb3f

#52cb3f

Complementary Color

#52cb3f #b83fcb

#52cb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cb3f Color CSS Codes

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

#52cb3f Text Font Color

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

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


#52cb3f Background Color

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

This div background color is #52cb3f


#52cb3f Border Color

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

This div border color is #52cb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cb3f


Comments

No comments written yet.

Please login to write comment.