Color Hex Logo

#529adc Color Hex

#529ADC
(82,154,220)
0 Favorites   0 Comments

Color spaces of #529adc

RGB 82154220
HSL0.580.660.59
HSV209°63°86°
CMYK 0.630.300.00   0.14
XYZ27.953530.072372.0414
Yxy30.07230.21490.2312
Hunter Lab54.8382-4.9774-39.5030
CIE-Lab61.7166-2.4768-40.2818

#529adc color RGB value is (82,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 11011100
Octal 122 232 334
Decimal 82 154 220
Hex 52 9A DC

RGB Percentages of Color #529adc

%17.98
%33.77
%48.25

CMYK Percentages of Color #529adc

%63
%30
%0
%14

Triadic Colors of #529adc

#529adc #dc529a #9adc52

Analogous Colors of #529adc

#529adc #5255dc #52dcd9

Monochromatic Colors of #529adc

#529adc

Complementary Color

#529adc #dc9452

#529adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#529adc Color CSS Codes

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

#529adc Text Font Color

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

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


#529adc Background Color

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

This div background color is #529adc


#529adc Border Color

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

This div border color is #529adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529adc


Comments

No comments written yet.

Please login to write comment.