Color Hex Logo

#529dbc Color Hex

#529DBC
(82,157,188)
0 Favorites   0 Comments

Color spaces of #529dbc

RGB 82157188
HSL0.550.440.53
HSV198°56°74°
CMYK 0.560.160.00   0.26
XYZ24.613729.538651.9812
Yxy29.53860.23190.2783
Hunter Lab54.3494-14.2726-18.6619
CIE-Lab61.2541-14.2911-23.1153

#529dbc color RGB value is (82,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011101 10111100
Octal 122 235 274
Decimal 82 157 188
Hex 52 9D BC

RGB Percentages of Color #529dbc

%19.20
%36.77
%44.03

CMYK Percentages of Color #529dbc

%56
%16
%0
%26

Triadic Colors of #529dbc

#529dbc #bc529d #9dbc52

Analogous Colors of #529dbc

#529dbc #5268bc #52bca6

Monochromatic Colors of #529dbc

#529dbc

Complementary Color

#529dbc #bc7152

#529dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#529dbc Color CSS Codes

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

#529dbc Text Font Color

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

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


#529dbc Background Color

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

This div background color is #529dbc


#529dbc Border Color

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

This div border color is #529dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,157,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 #529dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529dbc


Comments

No comments written yet.

Please login to write comment.