Color Hex Logo

#52edff Color Hex

#52EDFF
(82,237,255)
0 Favorites   0 Comments

Color spaces of #52edff

RGB 82237255
HSL0.521.000.66
HSV186°68°100°
CMYK 0.680.070.00   0.00
XYZ51.813969.5822105.3076
Yxy69.58220.22860.3069
Hunter Lab83.4159-35.1024-16.4589
CIE-Lab86.7915-34.6166-20.5597

#52edff color RGB value is (82,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101101 11111111
Octal 122 355 377
Decimal 82 237 255
Hex 52 ED FF

RGB Percentages of Color #52edff

%14.29
%41.29
%44.43

CMYK Percentages of Color #52edff

%68
%7
%0
%0

Triadic Colors of #52edff

#52edff #ff52ed #edff52

Analogous Colors of #52edff

#52edff #5297ff #52ffbb

Monochromatic Colors of #52edff

#52edff

Complementary Color

#52edff #ff6452

#52edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#52edff Color CSS Codes

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

#52edff Text Font Color

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

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


#52edff Background Color

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

This div background color is #52edff


#52edff Border Color

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

This div border color is #52edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52edff

Related Colors


Comments

No comments written yet.

Please login to write comment.