Color Hex Logo

#529ffc Color Hex

#529FFC
(82,159,252)
0 Favorites   0 Comments

Color spaces of #529ffc

RGB 82159252
HSL0.590.970.65
HSV213°67°99°
CMYK 0.670.370.00   0.01
XYZ33.448533.618496.8215
Yxy33.61840.20410.2051
Hunter Lab57.98141.5063-58.4198
CIE-Lab64.65855.3404-53.2577

#529ffc color RGB value is (82,159,252).

#529ffc hex color red value is 82, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #529ffc hue: 0.59 , saturation: 0.97 and the lightness value of 529ffc is 0.65.

The process color (four color CMYK) of #529ffc color hex is 0.67, 0.37, 0.00, 0.01. Web safe color of #529ffc is #6699ff. Color #529ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011111 11111100
Octal 122 237 374
Decimal 82 159 252
Hex 52 9F FC

RGB Percentages of Color #529ffc

%16.63
%32.25
%51.12

CMYK Percentages of Color #529ffc

%67
%37
%0
%1

Triadic Colors of #529ffc

#529ffc #fc529f #9ffc52

Analogous Colors of #529ffc

#529ffc #5a52fc #52f4fc

Monochromatic Colors of #529ffc

#529ffc

Complementary Color

#529ffc #fcaf52

#529ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ffc Color CSS Codes

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

#529ffc Text Font Color

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

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


#529ffc Background Color

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

This div background color is #529ffc


#529ffc Border Color

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

This div border color is #529ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ffc


Comments

No comments written yet.

Please login to write comment.