Color Hex Logo

#52dbdc Color Hex

#52DBDC
(82,219,220)
0 Favorites   0 Comments

Color spaces of #52dbdc

RGB 82219220
HSL0.500.660.59
HSV180°63°86°
CMYK 0.630.000.00   0.14
XYZ41.729557.624276.6334
Yxy57.62420.23710.3274
Hunter Lab75.9106-34.7187-6.7171
CIE-Lab80.5294-36.0564-11.4727

#52dbdc color RGB value is (82,219,220).

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

The process color (four color CMYK) of #52dbdc color hex is 0.63, 0.00, 0.00, 0.14. Web safe color of #52dbdc is #66cccc. Color #52dbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011011 11011100
Octal 122 333 334
Decimal 82 219 220
Hex 52 DB DC

RGB Percentages of Color #52dbdc

%15.74
%42.03
%42.23

CMYK Percentages of Color #52dbdc

%63
%0
%0
%14

Triadic Colors of #52dbdc

#52dbdc #dc52db #dbdc52

Analogous Colors of #52dbdc

#52dbdc #5296dc #52dc98

Monochromatic Colors of #52dbdc

#52dbdc

Complementary Color

#52dbdc #dc5352

#52dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dbdc Color CSS Codes

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

#52dbdc Text Font Color

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

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


#52dbdc Background Color

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

This div background color is #52dbdc


#52dbdc Border Color

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

This div border color is #52dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dbdc


Comments

No comments written yet.

Please login to write comment.