Color Hex Logo

#529cdb Color Hex

#529CDB
(82,156,219)
0 Favorites   0 Comments

Color spaces of #529cdb

RGB 82156219
HSL0.580.660.59
HSV208°63°86°
CMYK 0.630.290.00   0.14
XYZ28.154330.685271.4568
Yxy30.68520.21610.2355
Hunter Lab55.3942-6.2167-37.7063
CIE-Lab62.2410-3.9430-38.9050

#529cdb color RGB value is (82,156,219).

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

The process color (four color CMYK) of #529cdb color hex is 0.63, 0.29, 0.00, 0.14. Web safe color of #529cdb is #6699cc. Color #529cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011100 11011011
Octal 122 234 333
Decimal 82 156 219
Hex 52 9C DB

RGB Percentages of Color #529cdb

%17.94
%34.14
%47.92

CMYK Percentages of Color #529cdb

%63
%29
%0
%14

Triadic Colors of #529cdb

#529cdb #db529c #9cdb52

Analogous Colors of #529cdb

#529cdb #5258db #52dbd6

Monochromatic Colors of #529cdb

#529cdb

Complementary Color

#529cdb #db9152

#529cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#529cdb Color CSS Codes

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

#529cdb Text Font Color

<p style="color:#529cdb">Text here</p>

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


#529cdb Background Color

<div style="background-color:#529cdb">
Div content here</div>

This div background color is #529cdb


#529cdb Border Color

<div style="border:3px solid #529cdb">
Div here</div>

This div border color is #529cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,156,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 #529cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529cdb


Comments

No comments written yet.

Please login to write comment.