Color Hex Logo

#52ccce Color Hex

#52CCCE
(82,204,206)
0 Favorites   0 Comments

Color spaces of #52ccce

RGB 82204206
HSL0.500.560.56
HSV181°60°81°
CMYK 0.600.010.00   0.19
XYZ36.213149.435866.0260
Yxy49.43580.23880.3259
Hunter Lab70.3106-31.1081-6.4596
CIE-Lab75.7216-32.8761-11.1429

#52ccce color RGB value is (82,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001100 11001110
Octal 122 314 316
Decimal 82 204 206
Hex 52 CC CE

RGB Percentages of Color #52ccce

%16.67
%41.46
%41.87

CMYK Percentages of Color #52ccce

%60
%1
%0
%19

Triadic Colors of #52ccce

#52ccce #ce52cc #ccce52

Analogous Colors of #52ccce

#52ccce #528ece #52ce92

Monochromatic Colors of #52ccce

#52ccce

Complementary Color

#52ccce #ce5452

#52ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ccce Color CSS Codes

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

#52ccce Text Font Color

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

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


#52ccce Background Color

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

This div background color is #52ccce


#52ccce Border Color

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

This div border color is #52ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ccce


Comments

No comments written yet.

Please login to write comment.