Color Hex Logo

#52edac Color Hex

#52EDAC
(82,237,172)
0 Favorites   0 Comments

Color spaces of #52edac

RGB 82237172
HSL0.430.810.63
HSV155°65°93°
CMYK 0.650.000.27   0.07
XYZ41.210365.340849.4698
Yxy65.34080.26410.4188
Hunter Lab80.8337-50.456720.2984
CIE-Lab84.6590-55.439219.7972

#52edac color RGB value is (82,237,172).

#52edac hex color red value is 82, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #52edac hue: 0.43 , saturation: 0.81 and the lightness value of 52edac is 0.63.

The process color (four color CMYK) of #52edac color hex is 0.65, 0.00, 0.27, 0.07. Web safe color of #52edac is #66ff99. Color #52edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101101 10101100
Octal 122 355 254
Decimal 82 237 172
Hex 52 ED AC

RGB Percentages of Color #52edac

%16.70
%48.27
%35.03

CMYK Percentages of Color #52edac

%65
%0
%27
%7

Triadic Colors of #52edac

#52edac #ac52ed #edac52

Analogous Colors of #52edac

#52edac #52e1ed #52ed5e

Monochromatic Colors of #52edac

#52edac

Complementary Color

#52edac #ed5293

#52edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#52edac Color CSS Codes

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

#52edac Text Font Color

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

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


#52edac Background Color

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

This div background color is #52edac


#52edac Border Color

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

This div border color is #52edac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,237,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 #52edac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52edac


Comments

No comments written yet.

Please login to write comment.