Color Hex Logo

#52ecaa Color Hex

#52ECAA
(82,236,170)
0 Favorites   0 Comments

Color spaces of #52ecaa

RGB 82236170
HSL0.430.800.62
HSV154°65°93°
CMYK 0.650.000.28   0.07
XYZ40.730864.687048.3693
Yxy64.68700.26490.4206
Hunter Lab80.4282-50.352720.6429
CIE-Lab84.3222-55.460720.3651

#52ecaa color RGB value is (82,236,170).

#52ecaa hex color red value is 82, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #52ecaa hue: 0.43 , saturation: 0.80 and the lightness value of 52ecaa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101100 10101010
Octal 122 354 252
Decimal 82 236 170
Hex 52 EC AA

RGB Percentages of Color #52ecaa

%16.80
%48.36
%34.84

CMYK Percentages of Color #52ecaa

%65
%0
%28
%7

Triadic Colors of #52ecaa

#52ecaa #aa52ec #ecaa52

Analogous Colors of #52ecaa

#52ecaa #52e1ec #52ec5d

Monochromatic Colors of #52ecaa

#52ecaa

Complementary Color

#52ecaa #ec5294

#52ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ecaa Color CSS Codes

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

#52ecaa Text Font Color

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

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


#52ecaa Background Color

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

This div background color is #52ecaa


#52ecaa Border Color

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

This div border color is #52ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ecaa


Comments

No comments written yet.

Please login to write comment.