Color Hex Logo

#52cccb Color Hex

#52CCCB
(82,204,203)
0 Favorites   0 Comments

Color spaces of #52cccb

RGB 82204203
HSL0.500.540.56
HSV180°60°80°
CMYK 0.600.000.00   0.20
XYZ35.852049.291464.1245
Yxy49.29140.24020.3302
Hunter Lab70.2078-31.7117-5.0072
CIE-Lab75.6323-33.6996-9.6560

#52cccb color RGB value is (82,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001100 11001011
Octal 122 314 313
Decimal 82 204 203
Hex 52 CC CB

RGB Percentages of Color #52cccb

%16.77
%41.72
%41.51

CMYK Percentages of Color #52cccb

%60
%0
%0
%20

Triadic Colors of #52cccb

#52cccb #cb52cc #cccb52

Analogous Colors of #52cccb

#52cccb #5290cc #52cc8e

Monochromatic Colors of #52cccb

#52cccb

Complementary Color

#52cccb #cc5253

#52cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cccb Color CSS Codes

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

#52cccb Text Font Color

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

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


#52cccb Background Color

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

This div background color is #52cccb


#52cccb Border Color

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

This div border color is #52cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cccb


Comments

No comments written yet.

Please login to write comment.