Color Hex Logo

#52dbff Color Hex

#52DBFF
(82,219,255)
0 Favorites   0 Comments

Color spaces of #52dbff

RGB 82219255
HSL0.531.000.66
HSV192°68°100°
CMYK 0.680.140.00   0.00
XYZ46.861259.6769103.6567
Yxy59.67690.22290.2839
Hunter Lab77.2508-26.9089-25.4809
CIE-Lab81.6623-25.9599-28.3642

#52dbff color RGB value is (82,219,255).

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

The process color (four color CMYK) of #52dbff color hex is 0.68, 0.14, 0.00, 0.00. Web safe color of #52dbff is #66ccff. Color #52dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011011 11111111
Octal 122 333 377
Decimal 82 219 255
Hex 52 DB FF

RGB Percentages of Color #52dbff

%14.75
%39.39
%45.86

CMYK Percentages of Color #52dbff

%68
%14
%0
%0

Triadic Colors of #52dbff

#52dbff #ff52db #dbff52

Analogous Colors of #52dbff

#52dbff #5285ff #52ffcd

Monochromatic Colors of #52dbff

#52dbff

Complementary Color

#52dbff #ff7652

#52dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dbff Color CSS Codes

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

#52dbff Text Font Color

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

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


#52dbff Background Color

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

This div background color is #52dbff


#52dbff Border Color

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

This div border color is #52dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dbff


Comments

No comments written yet.

Please login to write comment.