Color Hex Logo

#529adb Color Hex

#529ADB
(82,154,219)
0 Favorites   0 Comments

Color spaces of #529adb

RGB 82154219
HSL0.580.660.59
HSV208°63°86°
CMYK 0.630.300.00   0.14
XYZ27.821530.019571.3458
Yxy30.01950.21540.2324
Hunter Lab54.7901-5.2432-38.8524
CIE-Lab61.6710-2.8048-39.7976

#529adb color RGB value is (82,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 11011011
Octal 122 232 333
Decimal 82 154 219
Hex 52 9A DB

RGB Percentages of Color #529adb

%18.02
%33.85
%48.13

CMYK Percentages of Color #529adb

%63
%30
%0
%14

Triadic Colors of #529adb

#529adb #db529a #9adb52

Analogous Colors of #529adb

#529adb #5255db #52dbd8

Monochromatic Colors of #529adb

#529adb

Complementary Color

#529adb #db9352

#529adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#529adb Color CSS Codes

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

#529adb Text Font Color

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

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


#529adb Background Color

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

This div background color is #529adb


#529adb Border Color

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

This div border color is #529adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529adb


Comments

No comments written yet.

Please login to write comment.