color codes Logo

#52decd color codes

#52DECD
(82,222,205)
0 Favorites   0 Comments

Color spaces of #52decd

RGB 82222205
HSL0.480.680.60
HSV173°63°87°
CMYK 0.630.000.08   0.13
XYZ40.620458.444266.8975
Yxy58.44420.24480.3522
Hunter Lab76.4488-38.94101.6317
CIE-Lab80.9851-41.4177-2.8095

#52decd color RGB value is (82,222,205).

#52decd hex color red value is 82, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #52decd hue: 0.48 , saturation: 0.68 and the lightness value of 52decd is 0.60.

The process color (four color CMYK) of #52decd color code is 0.63, 0.00, 0.08, 0.13. Web safe color of #52decd is #66cccc. Color #52decd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011110 11001101
Octal 122 336 315
Decimal 82 222 205
Hex 52 DE CD

RGB Percentages of Color #52decd

%16.11
%43.61
%40.28

CMYK Percentages of Color #52decd

%63
%0
%8
%13

Triadic Colors of #52decd

#52decd #cd52de #decd52

Analogous Colors of #52decd

#52decd #52a9de #52de87

Monochromatic Colors of #52decd

#52decd

Complementary Color

#52decd #de5263

#52decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52decd Color CSS Codes

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

#52decd Text Font Color

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

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


#52decd Background Color

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

This div background color is #52decd


#52decd Border Color

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

This div border color is #52decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52decd


Comments

No comments written yet.

Please login to write comment.