Color Hex Logo

#52eeef Color Hex

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

Color spaces of #52eeef

RGB 82238239
HSL0.500.830.63
HSV180°66°94°
CMYK 0.660.000.00   0.06
XYZ49.634269.174992.3975
Yxy69.17490.23500.3275
Hunter Lab83.1714-39.0266-7.6469
CIE-Lab86.5906-39.5602-12.4688

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

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

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

Base Numbers

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

RGB Percentages of Color #52eeef

%14.67
%42.58
%42.75

CMYK Percentages of Color #52eeef

%66
%0
%0
%6

Triadic Colors of #52eeef

#52eeef #ef52ee #eeef52

Analogous Colors of #52eeef

#52eeef #52a0ef #52efa2

Monochromatic Colors of #52eeef

#52eeef

Complementary Color

#52eeef #ef5352

#52eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eeef Color CSS Codes

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

#52eeef Text Font Color

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

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


#52eeef Background Color

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

This div background color is #52eeef


#52eeef Border Color

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

This div border color is #52eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eeef


Comments

No comments written yet.

Please login to write comment.