Color Hex Logo

#52dcfc Color Hex

#52DCFC
(82,220,252)
0 Favorites   0 Comments

Color spaces of #52dcfc

RGB 82220252
HSL0.530.970.65
HSV191°67°99°
CMYK 0.670.130.00   0.01
XYZ46.643660.0085101.2199
Yxy60.00850.22440.2887
Hunter Lab77.4652-28.0849-23.2457
CIE-Lab81.8428-27.3505-26.4990

#52dcfc color RGB value is (82,220,252).

#52dcfc hex color red value is 82, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #52dcfc hue: 0.53 , saturation: 0.97 and the lightness value of 52dcfc is 0.65.

The process color (four color CMYK) of #52dcfc color hex is 0.67, 0.13, 0.00, 0.01. Web safe color of #52dcfc is #66ccff. Color #52dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011100 11111100
Octal 122 334 374
Decimal 82 220 252
Hex 52 DC FC

RGB Percentages of Color #52dcfc

%14.80
%39.71
%45.49

CMYK Percentages of Color #52dcfc

%67
%13
%0
%1

Triadic Colors of #52dcfc

#52dcfc #fc52dc #dcfc52

Analogous Colors of #52dcfc

#52dcfc #5287fc #52fcc7

Monochromatic Colors of #52dcfc

#52dcfc

Complementary Color

#52dcfc #fc7252

#52dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dcfc Color CSS Codes

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

#52dcfc Text Font Color

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

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


#52dcfc Background Color

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

This div background color is #52dcfc


#52dcfc Border Color

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

This div border color is #52dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dcfc


Comments

No comments written yet.

Please login to write comment.