Color Hex Logo

#52efef Color Hex

#52EFEF
(82,239,239)
0 Favorites   0 Comments

Color spaces of #52efef

RGB 82239239
HSL0.500.830.63
HSV180°66°94°
CMYK 0.660.000.00   0.06
XYZ49.926269.758892.4948
Yxy69.75880.23530.3288
Hunter Lab83.5217-39.4623-7.1945
CIE-Lab86.8784-40.0129-12.0390

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101111 11101111
Octal 122 357 357
Decimal 82 239 239
Hex 52 EF EF

RGB Percentages of Color #52efef

%14.64
%42.68
%42.68

CMYK Percentages of Color #52efef

%66
%0
%0
%6

Triadic Colors of #52efef

#52efef #ef52ef #efef52

Analogous Colors of #52efef

#52efef #52a1ef #52efa1

Monochromatic Colors of #52efef

#52efef

Complementary Color

#52efef #ef5252

#52efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#52efef Color CSS Codes

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

#52efef Text Font Color

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

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


#52efef Background Color

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

This div background color is #52efef


#52efef Border Color

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

This div border color is #52efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52efef


Comments

No comments written yet.

Please login to write comment.