Color Hex Logo

#52ccde Color Hex

#52CCDE
(82,204,222)
0 Favorites   0 Comments

Color spaces of #52ccde

RGB 82204222
HSL0.520.680.60
HSV188°63°87°
CMYK 0.630.080.00   0.13
XYZ38.257450.253576.7908
Yxy50.25350.23140.3040
Hunter Lab70.8897-27.7250-14.6027
CIE-Lab76.2246-28.3476-19.0165

#52ccde color RGB value is (82,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001100 11011110
Octal 122 314 336
Decimal 82 204 222
Hex 52 CC DE

RGB Percentages of Color #52ccde

%16.14
%40.16
%43.70

CMYK Percentages of Color #52ccde

%63
%8
%0
%13

Triadic Colors of #52ccde

#52ccde #de52cc #ccde52

Analogous Colors of #52ccde

#52ccde #5286de #52deaa

Monochromatic Colors of #52ccde

#52ccde

Complementary Color

#52ccde #de6452

#52ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ccde Color CSS Codes

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

#52ccde Text Font Color

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

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


#52ccde Background Color

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

This div background color is #52ccde


#52ccde Border Color

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

This div border color is #52ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ccde


Comments

No comments written yet.

Please login to write comment.