Color Hex Logo

#52f48f Color Hex

#52F48F
(82,244,143)
0 Favorites   0 Comments

Color spaces of #52f48f

RGB 82244143
HSL0.400.880.64
HSV143°66°96°
CMYK 0.660.000.41   0.04
XYZ40.788368.478437.0545
Yxy68.47840.27880.4680
Hunter Lab82.7517-56.832831.3773
CIE-Lab86.2451-63.571836.6509

#52f48f color RGB value is (82,244,143).

#52f48f hex color red value is 82, green value is 244 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #52f48f hue: 0.40 , saturation: 0.88 and the lightness value of 52f48f is 0.64.

The process color (four color CMYK) of #52f48f color hex is 0.66, 0.00, 0.41, 0.04. Web safe color of #52f48f is #66ff99. Color #52f48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11110100 10001111
Octal 122 364 217
Decimal 82 244 143
Hex 52 F4 8F

RGB Percentages of Color #52f48f

%17.48
%52.03
%30.49

CMYK Percentages of Color #52f48f

%66
%0
%41
%4

Triadic Colors of #52f48f

#52f48f #8f52f4 #f48f52

Analogous Colors of #52f48f

#52f48f #52f4e0 #66f452

Monochromatic Colors of #52f48f

#52f48f

Complementary Color

#52f48f #f452b7

#52f48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52f48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52f48f Color CSS Codes

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

#52f48f Text Font Color

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

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


#52f48f Background Color

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

This div background color is #52f48f


#52f48f Border Color

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

This div border color is #52f48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52f48f


Comments

No comments written yet.

Please login to write comment.