Color Hex Logo

#529ddd Color Hex

#529DDD
(82,157,221)
0 Favorites   0 Comments

Color spaces of #529ddd

RGB 82157221
HSL0.580.670.59
HSV208°63°87°
CMYK 0.630.290.00   0.13
XYZ28.587831.128272.9082
Yxy31.12820.21560.2347
Hunter Lab55.7927-6.1749-38.4236
CIE-Lab62.6157-3.8562-39.4278

#529ddd color RGB value is (82,157,221).

#529ddd hex color red value is 82, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #529ddd hue: 0.58 , saturation: 0.67 and the lightness value of 529ddd is 0.59.

The process color (four color CMYK) of #529ddd color hex is 0.63, 0.29, 0.00, 0.13. Web safe color of #529ddd is #6699cc. Color #529ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011101 11011101
Octal 122 235 335
Decimal 82 157 221
Hex 52 9D DD

RGB Percentages of Color #529ddd

%17.83
%34.13
%48.04

CMYK Percentages of Color #529ddd

%63
%29
%0
%13

Triadic Colors of #529ddd

#529ddd #dd529d #9ddd52

Analogous Colors of #529ddd

#529ddd #5257dd #52ddd8

Monochromatic Colors of #529ddd

#529ddd

Complementary Color

#529ddd #dd9252

#529ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ddd Color CSS Codes

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

#529ddd Text Font Color

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

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


#529ddd Background Color

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

This div background color is #529ddd


#529ddd Border Color

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

This div border color is #529ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ddd


Comments

No comments written yet.

Please login to write comment.