Color Hex Logo

#52eef7 Color Hex

#52EEF7
(82,238,247)
0 Favorites   0 Comments

Color spaces of #52eef7

RGB 82238247
HSL0.510.910.65
HSV183°67°97°
CMYK 0.670.040.00   0.03
XYZ50.842769.658398.7614
Yxy69.65830.23190.3177
Hunter Lab83.4615-37.3199-11.7357
CIE-Lab86.8290-37.3462-16.3088

#52eef7 color RGB value is (82,238,247).

#52eef7 hex color red value is 82, green value is 238 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #52eef7 hue: 0.51 , saturation: 0.91 and the lightness value of 52eef7 is 0.65.

The process color (four color CMYK) of #52eef7 color hex is 0.67, 0.04, 0.00, 0.03. Web safe color of #52eef7 is #66ffff. Color #52eef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101110 11110111
Octal 122 356 367
Decimal 82 238 247
Hex 52 EE F7

RGB Percentages of Color #52eef7

%14.46
%41.98
%43.56

CMYK Percentages of Color #52eef7

%67
%4
%0
%3

Triadic Colors of #52eef7

#52eef7 #f752ee #eef752

Analogous Colors of #52eef7

#52eef7 #529cf7 #52f7ae

Monochromatic Colors of #52eef7

#52eef7

Complementary Color

#52eef7 #f75b52

#52eef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eef7 Color CSS Codes

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

#52eef7 Text Font Color

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

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


#52eef7 Background Color

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

This div background color is #52eef7


#52eef7 Border Color

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

This div border color is #52eef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eef7


Comments

No comments written yet.

Please login to write comment.