Color Hex Logo

#529ccc Color Hex

#529CCC
(82,156,204)
0 Favorites   0 Comments

Color spaces of #529ccc

RGB 82156204
HSL0.570.540.56
HSV204°60°80°
CMYK 0.600.240.00   0.20
XYZ26.267229.930461.5195
Yxy29.93040.22310.2543
Hunter Lab54.7087-10.0373-28.3751
CIE-Lab61.5941-8.7744-31.5582

#529ccc color RGB value is (82,156,204).

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

The process color (four color CMYK) of #529ccc color hex is 0.60, 0.24, 0.00, 0.20. Web safe color of #529ccc is #6699cc. Color #529ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011100 11001100
Octal 122 234 314
Decimal 82 156 204
Hex 52 9C CC

RGB Percentages of Color #529ccc

%18.55
%35.29
%46.15

CMYK Percentages of Color #529ccc

%60
%24
%0
%20

Triadic Colors of #529ccc

#529ccc #cc529c #9ccc52

Analogous Colors of #529ccc

#529ccc #525fcc #52ccbf

Monochromatic Colors of #529ccc

#529ccc

Complementary Color

#529ccc #cc8252

#529ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ccc Color CSS Codes

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

#529ccc Text Font Color

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

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


#529ccc Background Color

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

This div background color is #529ccc


#529ccc Border Color

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

This div border color is #529ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ccc


Comments

No comments written yet.

Please login to write comment.