Color Hex Logo

#52ffec Color Hex

#52FFEC
(82,255,236)
0 Favorites   0 Comments

Color spaces of #52ffec

RGB 82255236
HSL0.481.000.66
HSV173°68°100°
CMYK 0.680.000.07   0.00
XYZ54.380079.370091.8107
Yxy79.37000.24110.3519
Hunter Lab89.0898-46.95171.2621
CIE-Lab91.4014-47.8524-3.7726

#52ffec color RGB value is (82,255,236).

#52ffec hex color red value is 82, green value is 255 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #52ffec hue: 0.48 , saturation: 1.00 and the lightness value of 52ffec is 0.66.

The process color (four color CMYK) of #52ffec color hex is 0.68, 0.00, 0.07, 0.00. Web safe color of #52ffec is #66ffff. Color #52ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111111 11101100
Octal 122 377 354
Decimal 82 255 236
Hex 52 FF EC

RGB Percentages of Color #52ffec

%14.31
%44.50
%41.19

CMYK Percentages of Color #52ffec

%68
%0
%7
%0

Triadic Colors of #52ffec

#52ffec #ec52ff #ffec52

Analogous Colors of #52ffec

#52ffec #52bcff #52ff96

Monochromatic Colors of #52ffec

#52ffec

Complementary Color

#52ffec #ff5265

#52ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ffec Color CSS Codes

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

#52ffec Text Font Color

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

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


#52ffec Background Color

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

This div background color is #52ffec


#52ffec Border Color

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

This div border color is #52ffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ffec


Comments

No comments written yet.

Please login to write comment.