Color Hex Logo

#52dcaf Color Hex

#52DCAF
(82,220,175)
0 Favorites   0 Comments

Color spaces of #52dcaf

RGB 82220175
HSL0.450.660.59
HSV160°63°86°
CMYK 0.630.000.20   0.14
XYZ36.810756.075449.4409
Yxy56.07540.25860.3940
Hunter Lab74.8835-43.300413.2730
CIE-Lab79.6567-47.854511.2024

#52dcaf color RGB value is (82,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011100 10101111
Octal 122 334 257
Decimal 82 220 175
Hex 52 DC AF

RGB Percentages of Color #52dcaf

%17.19
%46.12
%36.69

CMYK Percentages of Color #52dcaf

%63
%0
%20
%14

Triadic Colors of #52dcaf

#52dcaf #af52dc #dcaf52

Analogous Colors of #52dcaf

#52dcaf #52c4dc #52dc6a

Monochromatic Colors of #52dcaf

#52dcaf

Complementary Color

#52dcaf #dc527f

#52dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dcaf Color CSS Codes

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

#52dcaf Text Font Color

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

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


#52dcaf Background Color

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

This div background color is #52dcaf


#52dcaf Border Color

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

This div border color is #52dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dcaf


Comments

No comments written yet.

Please login to write comment.