Color Hex Logo

#52cccd Color Hex

#52CCCD
(82,204,205)
0 Favorites   0 Comments

Color spaces of #52cccd

RGB 82204205
HSL0.500.550.56
HSV180°60°80°
CMYK 0.600.000.00   0.20
XYZ36.092049.387365.3881
Yxy49.38730.23920.3274
Hunter Lab70.2761-31.3102-5.9729
CIE-Lab75.6916-33.1512-10.6477

#52cccd color RGB value is (82,204,205).

#52cccd hex color red value is 82, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #52cccd hue: 0.50 , saturation: 0.55 and the lightness value of 52cccd is 0.56.

The process color (four color CMYK) of #52cccd color hex is 0.60, 0.00, 0.00, 0.20. Web safe color of #52cccd is #66cccc. Color #52cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001100 11001101
Octal 122 314 315
Decimal 82 204 205
Hex 52 CC CD

RGB Percentages of Color #52cccd

%16.70
%41.55
%41.75

CMYK Percentages of Color #52cccd

%60
%0
%0
%20

Triadic Colors of #52cccd

#52cccd #cd52cc #cccd52

Analogous Colors of #52cccd

#52cccd #528fcd #52cd91

Monochromatic Colors of #52cccd

#52cccd

Complementary Color

#52cccd #cd5352

#52cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cccd Color CSS Codes

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

#52cccd Text Font Color

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

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


#52cccd Background Color

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

This div background color is #52cccd


#52cccd Border Color

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

This div border color is #52cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cccd


Comments

No comments written yet.

Please login to write comment.