Color Hex Logo

#529ddf Color Hex

#529DDF
(82,157,223)
0 Favorites   0 Comments

Color spaces of #529ddf

RGB 82157223
HSL0.580.690.60
HSV208°63°87°
CMYK 0.630.300.00   0.13
XYZ28.855931.235574.3202
Yxy31.23550.21470.2324
Hunter Lab55.8887-5.6440-39.7211
CIE-Lab62.7059-3.2011-40.3945

#529ddf color RGB value is (82,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011101 11011111
Octal 122 235 337
Decimal 82 157 223
Hex 52 9D DF

RGB Percentages of Color #529ddf

%17.75
%33.98
%48.27

CMYK Percentages of Color #529ddf

%63
%30
%0
%13

Triadic Colors of #529ddf

#529ddf #df529d #9ddf52

Analogous Colors of #529ddf

#529ddf #5256df #52dfdb

Monochromatic Colors of #529ddf

#529ddf

Complementary Color

#529ddf #df9452

#529ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ddf Color CSS Codes

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

#529ddf Text Font Color

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

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


#529ddf Background Color

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

This div background color is #529ddf


#529ddf Border Color

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

This div border color is #529ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ddf


Comments

No comments written yet.

Please login to write comment.