Color Hex Logo

#52cacd Color Hex

#52CACD
(82,202,205)
0 Favorites   0 Comments

Color spaces of #52cacd

RGB 82202205
HSL0.500.550.56
HSV181°60°80°
CMYK 0.600.010.00   0.20
XYZ35.619648.442765.2306
Yxy48.44270.23860.3245
Hunter Lab69.6008-30.4504-6.8467
CIE-Lab75.1033-32.2019-11.5265

#52cacd color RGB value is (82,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001010 11001101
Octal 122 312 315
Decimal 82 202 205
Hex 52 CA CD

RGB Percentages of Color #52cacd

%16.77
%41.31
%41.92

CMYK Percentages of Color #52cacd

%60
%1
%0
%20

Triadic Colors of #52cacd

#52cacd #cd52ca #cacd52

Analogous Colors of #52cacd

#52cacd #528dcd #52cd93

Monochromatic Colors of #52cacd

#52cacd

Complementary Color

#52cacd #cd5552

#52cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cacd Color CSS Codes

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

#52cacd Text Font Color

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

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


#52cacd Background Color

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

This div background color is #52cacd


#52cacd Border Color

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

This div border color is #52cacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,202,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 #52cacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cacd


Comments

No comments written yet.

Please login to write comment.