Color Hex Logo

#52dbfc Color Hex

#52DBFC
(82,219,252)
0 Favorites   0 Comments

Color spaces of #52dbfc

RGB 82219252
HSL0.530.970.65
HSV192°67°99°
CMYK 0.670.130.00   0.01
XYZ46.381959.4851101.1327
Yxy59.48510.22410.2874
Hunter Lab77.1266-27.6263-23.7558
CIE-Lab81.5575-26.8597-26.9348

#52dbfc color RGB value is (82,219,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011011 11111100
Octal 122 333 374
Decimal 82 219 252
Hex 52 DB FC

RGB Percentages of Color #52dbfc

%14.83
%39.60
%45.57

CMYK Percentages of Color #52dbfc

%67
%13
%0
%1

Triadic Colors of #52dbfc

#52dbfc #fc52db #dbfc52

Analogous Colors of #52dbfc

#52dbfc #5286fc #52fcc8

Monochromatic Colors of #52dbfc

#52dbfc

Complementary Color

#52dbfc #fc7352

#52dbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dbfc Color CSS Codes

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

#52dbfc Text Font Color

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

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


#52dbfc Background Color

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

This div background color is #52dbfc


#52dbfc Border Color

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

This div border color is #52dbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.