Color Hex Logo

#529fec Color Hex

#529FEC
(82,159,236)
0 Favorites   0 Comments

Color spaces of #529fec

RGB 82159236
HSL0.580.800.62
HSV210°65°93°
CMYK 0.650.330.00   0.07
XYZ31.018132.646284.0234
Yxy32.64620.21000.2210
Hunter Lab57.1369-3.0865-47.1939
CIE-Lab63.8734-0.0412-45.7340

#529fec color RGB value is (82,159,236).

#529fec hex color red value is 82, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #529fec hue: 0.58 , saturation: 0.80 and the lightness value of 529fec is 0.62.

The process color (four color CMYK) of #529fec color hex is 0.65, 0.33, 0.00, 0.07. Web safe color of #529fec is #6699ff. Color #529fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011111 11101100
Octal 122 237 354
Decimal 82 159 236
Hex 52 9F EC

RGB Percentages of Color #529fec

%17.19
%33.33
%49.48

CMYK Percentages of Color #529fec

%65
%33
%0
%7

Triadic Colors of #529fec

#529fec #ec529f #9fec52

Analogous Colors of #529fec

#529fec #5252ec #52ecec

Monochromatic Colors of #529fec

#529fec

Complementary Color

#529fec #ec9f52

#529fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#529fec Color CSS Codes

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

#529fec Text Font Color

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

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


#529fec Background Color

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

This div background color is #529fec


#529fec Border Color

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

This div border color is #529fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529fec


Comments

No comments written yet.

Please login to write comment.