Color Hex Logo

#529dba Color Hex

#529DBA
(82,157,186)
0 Favorites   0 Comments

Color spaces of #529dba

RGB 82157186
HSL0.550.430.53
HSV197°56°73°
CMYK 0.560.160.00   0.27
XYZ24.399629.453050.8534
Yxy29.45300.23300.2813
Hunter Lab54.2706-14.7215-17.5673
CIE-Lab61.1794-14.8958-22.1053

#529dba color RGB value is (82,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011101 10111010
Octal 122 235 272
Decimal 82 157 186
Hex 52 9D BA

RGB Percentages of Color #529dba

%19.29
%36.94
%43.76

CMYK Percentages of Color #529dba

%56
%16
%0
%27

Triadic Colors of #529dba

#529dba #ba529d #9dba52

Analogous Colors of #529dba

#529dba #5269ba #52baa3

Monochromatic Colors of #529dba

#529dba

Complementary Color

#529dba #ba6f52

#529dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#529dba Color CSS Codes

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

#529dba Text Font Color

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

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


#529dba Background Color

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

This div background color is #529dba


#529dba Border Color

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

This div border color is #529dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529dba


Comments

No comments written yet.

Please login to write comment.