Color Hex Logo

#52dcab Color Hex

#52DCAB
(82,220,171)
0 Favorites   0 Comments

Color spaces of #52dcab

RGB 82220171
HSL0.440.660.59
HSV159°63°86°
CMYK 0.630.000.22   0.14
XYZ36.423655.920547.4021
Yxy55.92050.26060.4002
Hunter Lab74.7800-43.921814.7628
CIE-Lab79.5686-48.756613.1932

#52dcab color RGB value is (82,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011100 10101011
Octal 122 334 253
Decimal 82 220 171
Hex 52 DC AB

RGB Percentages of Color #52dcab

%17.34
%46.51
%36.15

CMYK Percentages of Color #52dcab

%63
%0
%22
%14

Triadic Colors of #52dcab

#52dcab #ab52dc #dcab52

Analogous Colors of #52dcab

#52dcab #52c8dc #52dc66

Monochromatic Colors of #52dcab

#52dcab

Complementary Color

#52dcab #dc5283

#52dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dcab Color CSS Codes

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

#52dcab Text Font Color

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

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


#52dcab Background Color

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

This div background color is #52dcab


#52dcab Border Color

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

This div border color is #52dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dcab


Comments

No comments written yet.

Please login to write comment.