Color Hex Logo

#52efec Color Hex

#52EFEC
(82,239,236)
0 Favorites   0 Comments

Color spaces of #52efec

RGB 82239236
HSL0.500.830.63
HSV179°66°94°
CMYK 0.660.000.01   0.06
XYZ49.486569.583090.1795
Yxy69.58300.23650.3325
Hunter Lab83.4164-40.0842-5.7055
CIE-Lab86.7919-40.8279-10.5943

#52efec color RGB value is (82,239,236).

#52efec hex color red value is 82, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #52efec hue: 0.50 , saturation: 0.83 and the lightness value of 52efec is 0.63.

The process color (four color CMYK) of #52efec color hex is 0.66, 0.00, 0.01, 0.06. Web safe color of #52efec is #66ffff. Color #52efec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101111 11101100
Octal 122 357 354
Decimal 82 239 236
Hex 52 EF EC

RGB Percentages of Color #52efec

%14.72
%42.91
%42.37

CMYK Percentages of Color #52efec

%66
%0
%1
%6

Triadic Colors of #52efec

#52efec #ec52ef #efec52

Analogous Colors of #52efec

#52efec #52a4ef #52ef9e

Monochromatic Colors of #52efec

#52efec

Complementary Color

#52efec #ef5255

#52efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52efec Color CSS Codes

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

#52efec Text Font Color

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

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


#52efec Background Color

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

This div background color is #52efec


#52efec Border Color

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

This div border color is #52efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52efec


Comments

No comments written yet.

Please login to write comment.