Color Hex Logo

#52edfe Color Hex

#52EDFE
(82,237,254)
0 Favorites   0 Comments

Color spaces of #52edfe

RGB 82237254
HSL0.520.990.66
HSV186°68°100°
CMYK 0.680.070.00   0.00
XYZ51.653369.5180104.4618
Yxy69.51800.22890.3081
Hunter Lab83.3775-35.3277-15.9189
CIE-Lab86.7599-34.9027-20.0832

#52edfe color RGB value is (82,237,254).

#52edfe hex color red value is 82, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #52edfe hue: 0.52 , saturation: 0.99 and the lightness value of 52edfe is 0.66.

The process color (four color CMYK) of #52edfe color hex is 0.68, 0.07, 0.00, 0.00. Web safe color of #52edfe is #66ffff. Color #52edfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101101 11111110
Octal 122 355 376
Decimal 82 237 254
Hex 52 ED FE

RGB Percentages of Color #52edfe

%14.31
%41.36
%44.33

CMYK Percentages of Color #52edfe

%68
%7
%0
%0

Triadic Colors of #52edfe

#52edfe #fe52ed #edfe52

Analogous Colors of #52edfe

#52edfe #5297fe #52feb9

Monochromatic Colors of #52edfe

#52edfe

Complementary Color

#52edfe #fe6352

#52edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52edfe Color CSS Codes

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

#52edfe Text Font Color

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

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


#52edfe Background Color

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

This div background color is #52edfe


#52edfe Border Color

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

This div border color is #52edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52edfe

Related Colors


Comments

No comments written yet.

Please login to write comment.