Color Hex Logo

#52bdcc Color Hex

#52BDCC
(82,189,204)
0 Favorites   0 Comments

Color spaces of #52bdcc

RGB 82189204
HSL0.520.540.56
HSV187°60°80°
CMYK 0.600.070.00   0.20
XYZ32.576442.548763.6225
Yxy42.54870.23480.3067
Hunter Lab65.2294-25.0061-12.1689
CIE-Lab71.2476-26.1557-16.7772

#52bdcc color RGB value is (82,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111101 11001100
Octal 122 275 314
Decimal 82 189 204
Hex 52 BD CC

RGB Percentages of Color #52bdcc

%17.26
%39.79
%42.95

CMYK Percentages of Color #52bdcc

%60
%7
%0
%20

Triadic Colors of #52bdcc

#52bdcc #cc52bd #bdcc52

Analogous Colors of #52bdcc

#52bdcc #5280cc #52cc9e

Monochromatic Colors of #52bdcc

#52bdcc

Complementary Color

#52bdcc #cc6152

#52bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bdcc Color CSS Codes

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

#52bdcc Text Font Color

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

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


#52bdcc Background Color

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

This div background color is #52bdcc


#52bdcc Border Color

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

This div border color is #52bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bdcc


Comments

No comments written yet.

Please login to write comment.