Color Hex Logo

#52dbdb Color Hex

#52DBDB
(82,219,219)
0 Favorites   0 Comments

Color spaces of #52dbdb

RGB 82219219
HSL0.500.660.59
HSV180°63°86°
CMYK 0.630.000.00   0.14
XYZ41.597457.571375.9378
Yxy57.57130.23760.3288
Hunter Lab75.8758-34.9234-6.2255
CIE-Lab80.4999-36.3304-10.9838

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011011 11011011
Octal 122 333 333
Decimal 82 219 219
Hex 52 DB DB

RGB Percentages of Color #52dbdb

%15.77
%42.12
%42.12

CMYK Percentages of Color #52dbdb

%63
%0
%0
%14

Triadic Colors of #52dbdb

#52dbdb #db52db #dbdb52

Analogous Colors of #52dbdb

#52dbdb #5297db #52db97

Monochromatic Colors of #52dbdb

#52dbdb

Complementary Color

#52dbdb #db5252

#52dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dbdb Color CSS Codes

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

#52dbdb Text Font Color

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

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


#52dbdb Background Color

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

This div background color is #52dbdb


#52dbdb Border Color

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

This div border color is #52dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dbdb


Comments

No comments written yet.

Please login to write comment.