Color Hex Logo

#52dacc Color Hex

#52DACC
(82,218,204)
0 Favorites   0 Comments

Color spaces of #52dacc

RGB 82218204
HSL0.480.650.59
HSV174°62°85°
CMYK 0.620.000.06   0.15
XYZ39.450256.296365.9138
Yxy56.29630.24400.3482
Hunter Lab75.0309-37.45110.4360
CIE-Lab79.7822-39.8844-4.0460

#52dacc color RGB value is (82,218,204).

#52dacc hex color red value is 82, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #52dacc hue: 0.48 , saturation: 0.65 and the lightness value of 52dacc is 0.59.

The process color (four color CMYK) of #52dacc color hex is 0.62, 0.00, 0.06, 0.15. Web safe color of #52dacc is #66cccc. Color #52dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 11001100
Octal 122 332 314
Decimal 82 218 204
Hex 52 DA CC

RGB Percentages of Color #52dacc

%16.27
%43.25
%40.48

CMYK Percentages of Color #52dacc

%62
%0
%6
%15

Triadic Colors of #52dacc

#52dacc #cc52da #dacc52

Analogous Colors of #52dacc

#52dacc #52a4da #52da88

Monochromatic Colors of #52dacc

#52dacc

Complementary Color

#52dacc #da5260

#52dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dacc Color CSS Codes

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

#52dacc Text Font Color

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

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


#52dacc Background Color

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

This div background color is #52dacc


#52dacc Border Color

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

This div border color is #52dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dacc


Comments

No comments written yet.

Please login to write comment.