Color Hex Logo

#529dcd Color Hex

#529DCD
(82,157,205)
0 Favorites   0 Comments

Color spaces of #529dcd

RGB 82157205
HSL0.570.550.56
HSV203°60°80°
CMYK 0.600.230.00   0.20
XYZ26.556130.315662.2094
Yxy30.31560.22300.2546
Hunter Lab55.0596-10.2610-28.4474
CIE-Lab61.9256-9.0134-31.6024

#529dcd color RGB value is (82,157,205).

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

The process color (four color CMYK) of #529dcd color hex is 0.60, 0.23, 0.00, 0.20. Web safe color of #529dcd is #6699cc. Color #529dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011101 11001101
Octal 122 235 315
Decimal 82 157 205
Hex 52 9D CD

RGB Percentages of Color #529dcd

%18.47
%35.36
%46.17

CMYK Percentages of Color #529dcd

%60
%23
%0
%20

Triadic Colors of #529dcd

#529dcd #cd529d #9dcd52

Analogous Colors of #529dcd

#529dcd #5260cd #52cdc0

Monochromatic Colors of #529dcd

#529dcd

Complementary Color

#529dcd #cd8252

#529dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#529dcd Color CSS Codes

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

#529dcd Text Font Color

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

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


#529dcd Background Color

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

This div background color is #529dcd


#529dcd Border Color

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

This div border color is #529dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529dcd


Comments

No comments written yet.

Please login to write comment.