Color Hex Logo

#52efde Color Hex

#52EFDE
(82,239,222)
0 Favorites   0 Comments

Color spaces of #52efde

RGB 82239222
HSL0.480.830.63
HSV174°66°94°
CMYK 0.660.000.07   0.06
XYZ47.531068.800879.8820
Yxy68.80080.24220.3506
Hunter Lab82.9462-42.86940.9627
CIE-Lab86.4053-44.5311-3.8210

#52efde color RGB value is (82,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101111 11011110
Octal 122 357 336
Decimal 82 239 222
Hex 52 EF DE

RGB Percentages of Color #52efde

%15.10
%44.01
%40.88

CMYK Percentages of Color #52efde

%66
%0
%7
%6

Triadic Colors of #52efde

#52efde #de52ef #efde52

Analogous Colors of #52efde

#52efde #52b2ef #52ef90

Monochromatic Colors of #52efde

#52efde

Complementary Color

#52efde #ef5263

#52efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#52efde Color CSS Codes

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

#52efde Text Font Color

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

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


#52efde Background Color

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

This div background color is #52efde


#52efde Border Color

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

This div border color is #52efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52efde


Comments

No comments written yet.

Please login to write comment.