Color Hex Logo

#529ffb Color Hex

#529FFB
(82,159,251)
0 Favorites   0 Comments

Color spaces of #529ffb

RGB 82159251
HSL0.590.950.65
HSV213°67°98°
CMYK 0.670.370.00   0.02
XYZ33.290433.555195.9890
Yxy33.55510.20440.2061
Hunter Lab57.92681.2118-57.6992
CIE-Lab64.60795.0017-52.7923

#529ffb color RGB value is (82,159,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011111 11111011
Octal 122 237 373
Decimal 82 159 251
Hex 52 9F FB

RGB Percentages of Color #529ffb

%16.67
%32.32
%51.02

CMYK Percentages of Color #529ffb

%67
%37
%0
%2

Triadic Colors of #529ffb

#529ffb #fb529f #9ffb52

Analogous Colors of #529ffb

#529ffb #5952fb #52f4fb

Monochromatic Colors of #529ffb

#529ffb

Complementary Color

#529ffb #fbae52

#529ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ffb Color CSS Codes

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

#529ffb Text Font Color

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

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


#529ffb Background Color

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

This div background color is #529ffb


#529ffb Border Color

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

This div border color is #529ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.