Color Hex Logo

#52dac9 Color Hex

#52DAC9
(82,218,201)
0 Favorites   0 Comments

Color spaces of #52dac9

RGB 82218201
HSL0.480.650.59
HSV173°62°85°
CMYK 0.620.000.08   0.15
XYZ39.093756.153764.0366
Yxy56.15370.24540.3525
Hunter Lab74.9358-38.01481.7886
CIE-Lab79.7012-40.6624-2.5640

#52dac9 color RGB value is (82,218,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 11001001
Octal 122 332 311
Decimal 82 218 201
Hex 52 DA C9

RGB Percentages of Color #52dac9

%16.37
%43.51
%40.12

CMYK Percentages of Color #52dac9

%62
%0
%8
%15

Triadic Colors of #52dac9

#52dac9 #c952da #dac952

Analogous Colors of #52dac9

#52dac9 #52a7da #52da85

Monochromatic Colors of #52dac9

#52dac9

Complementary Color

#52dac9 #da5263

#52dac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dac9 Color CSS Codes

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

#52dac9 Text Font Color

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

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


#52dac9 Background Color

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

This div background color is #52dac9


#52dac9 Border Color

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

This div border color is #52dac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dac9


Comments

No comments written yet.

Please login to write comment.