Color Hex Logo

#529fbd Color Hex

#529FBD
(82,159,189)
0 Favorites   0 Comments

Color spaces of #529fbd

RGB 82159189
HSL0.550.450.53
HSV197°57°74°
CMYK 0.570.160.00   0.26
XYZ25.063130.264252.6647
Yxy30.26420.23210.2802
Hunter Lab55.0129-14.9505-18.2502
CIE-Lab61.8815-15.0677-22.7156

#529fbd color RGB value is (82,159,189).

#529fbd hex color red value is 82, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #529fbd hue: 0.55 , saturation: 0.45 and the lightness value of 529fbd is 0.53.

The process color (four color CMYK) of #529fbd color hex is 0.57, 0.16, 0.00, 0.26. Web safe color of #529fbd is #6699cc. Color #529fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011111 10111101
Octal 122 237 275
Decimal 82 159 189
Hex 52 9F BD

RGB Percentages of Color #529fbd

%19.07
%36.98
%43.95

CMYK Percentages of Color #529fbd

%57
%16
%0
%26

Triadic Colors of #529fbd

#529fbd #bd529f #9fbd52

Analogous Colors of #529fbd

#529fbd #526abd #52bda6

Monochromatic Colors of #529fbd

#529fbd

Complementary Color

#529fbd #bd7052

#529fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#529fbd Color CSS Codes

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

#529fbd Text Font Color

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

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


#529fbd Background Color

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

This div background color is #529fbd


#529fbd Border Color

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

This div border color is #529fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529fbd


Comments

No comments written yet.

Please login to write comment.