Color Hex Logo

#529bbc Color Hex

#529BBC
(82,155,188)
0 Favorites   0 Comments

Color spaces of #529bbc

RGB 82155188
HSL0.550.440.53
HSV199°56°74°
CMYK 0.560.180.00   0.26
XYZ24.278128.867451.8693
Yxy28.86740.23120.2749
Hunter Lab53.7284-13.3664-19.6286
CIE-Lab60.6644-13.2046-24.0196

#529bbc color RGB value is (82,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011011 10111100
Octal 122 233 274
Decimal 82 155 188
Hex 52 9B BC

RGB Percentages of Color #529bbc

%19.29
%36.47
%44.24

CMYK Percentages of Color #529bbc

%56
%18
%0
%26

Triadic Colors of #529bbc

#529bbc #bc529b #9bbc52

Analogous Colors of #529bbc

#529bbc #5266bc #52bca8

Monochromatic Colors of #529bbc

#529bbc

Complementary Color

#529bbc #bc7352

#529bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#529bbc Color CSS Codes

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

#529bbc Text Font Color

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

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


#529bbc Background Color

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

This div background color is #529bbc


#529bbc Border Color

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

This div border color is #529bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529bbc


Comments

No comments written yet.

Please login to write comment.