Color Hex Logo

#52bcdb Color Hex

#52BCDB
(82,188,219)
0 Favorites   0 Comments

Color spaces of #52bcdb

RGB 82188219
HSL0.540.660.59
HSV194°63°86°
CMYK 0.630.140.00   0.14
XYZ34.249142.874873.4884
Yxy42.87480.22740.2847
Hunter Lab65.4789-21.2225-20.7073
CIE-Lab71.4699-21.2247-24.6248

#52bcdb color RGB value is (82,188,219).

#52bcdb hex color red value is 82, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #52bcdb hue: 0.54 , saturation: 0.66 and the lightness value of 52bcdb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111100 11011011
Octal 122 274 333
Decimal 82 188 219
Hex 52 BC DB

RGB Percentages of Color #52bcdb

%16.77
%38.45
%44.79

CMYK Percentages of Color #52bcdb

%63
%14
%0
%14

Triadic Colors of #52bcdb

#52bcdb #db52bc #bcdb52

Analogous Colors of #52bcdb

#52bcdb #5278db #52dbb6

Monochromatic Colors of #52bcdb

#52bcdb

Complementary Color

#52bcdb #db7152

#52bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bcdb Color CSS Codes

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

#52bcdb Text Font Color

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

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


#52bcdb Background Color

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

This div background color is #52bcdb


#52bcdb Border Color

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

This div border color is #52bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bcdb


Comments

No comments written yet.

Please login to write comment.