Color Hex Logo

#52dccf Color Hex

#52DCCF
(82,220,207)
0 Favorites   0 Comments

Color spaces of #52dccf

RGB 82220207
HSL0.480.660.59
HSV174°63°86°
CMYK 0.630.000.06   0.14
XYZ40.335457.485268.0013
Yxy57.48520.24320.3467
Hunter Lab75.8190-37.7220-0.1033
CIE-Lab80.4517-40.0014-4.6591

#52dccf color RGB value is (82,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011100 11001111
Octal 122 334 317
Decimal 82 220 207
Hex 52 DC CF

RGB Percentages of Color #52dccf

%16.11
%43.22
%40.67

CMYK Percentages of Color #52dccf

%63
%0
%6
%14

Triadic Colors of #52dccf

#52dccf #cf52dc #dccf52

Analogous Colors of #52dccf

#52dccf #52a4dc #52dc8a

Monochromatic Colors of #52dccf

#52dccf

Complementary Color

#52dccf #dc525f

#52dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52dccf Color CSS Codes

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

#52dccf Text Font Color

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

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


#52dccf Background Color

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

This div background color is #52dccf


#52dccf Border Color

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

This div border color is #52dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52dccf


Comments

No comments written yet.

Please login to write comment.