Color Hex Logo

#52efee Color Hex

#52EFEE
(82,239,238)
0 Favorites   0 Comments

Color spaces of #52efee

RGB 82239238
HSL0.500.830.63
HSV180°66°94°
CMYK 0.660.000.00   0.06
XYZ49.778869.699991.7187
Yxy69.69990.23570.3300
Hunter Lab83.4865-39.6707-6.6958
CIE-Lab86.8495-40.2855-11.5577

#52efee color RGB value is (82,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101111 11101110
Octal 122 357 356
Decimal 82 239 238
Hex 52 EF EE

RGB Percentages of Color #52efee

%14.67
%42.75
%42.58

CMYK Percentages of Color #52efee

%66
%0
%0
%6

Triadic Colors of #52efee

#52efee #ee52ef #efee52

Analogous Colors of #52efee

#52efee #52a2ef #52efa0

Monochromatic Colors of #52efee

#52efee

Complementary Color

#52efee #ef5253

#52efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52efee Color CSS Codes

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

#52efee Text Font Color

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

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


#52efee Background Color

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

This div background color is #52efee


#52efee Border Color

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

This div border color is #52efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52efee


Comments

No comments written yet.

Please login to write comment.