Color Hex Logo

#52feac Color Hex

#52FEAC
(82,254,172)
0 Favorites   0 Comments

Color spaces of #52feac

RGB 82254172
HSL0.420.990.66
HSV151°68°100°
CMYK 0.680.000.32   0.00
XYZ46.367975.656051.1890
Yxy75.65600.26770.4368
Hunter Lab86.9805-57.060325.9935
CIE-Lab89.6994-61.993626.7265

#52feac color RGB value is (82,254,172).

#52feac hex color red value is 82, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #52feac hue: 0.42 , saturation: 0.99 and the lightness value of 52feac is 0.66.

The process color (four color CMYK) of #52feac color hex is 0.68, 0.00, 0.32, 0.00. Web safe color of #52feac is #66ff99. Color #52feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111110 10101100
Octal 122 376 254
Decimal 82 254 172
Hex 52 FE AC

RGB Percentages of Color #52feac

%16.14
%50.00
%33.86

CMYK Percentages of Color #52feac

%68
%0
%32
%0

Triadic Colors of #52feac

#52feac #ac52fe #feac52

Analogous Colors of #52feac

#52feac #52fafe #52fe56

Monochromatic Colors of #52feac

#52feac

Complementary Color

#52feac #fe52a4

#52feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#52feac Color CSS Codes

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

#52feac Text Font Color

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

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


#52feac Background Color

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

This div background color is #52feac


#52feac Border Color

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

This div border color is #52feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52feac

Related Colors


Comments

No comments written yet.

Please login to write comment.