Color Hex Logo

#529ada Color Hex

#529ADA
(82,154,218)
0 Favorites   0 Comments

Color spaces of #529ada

RGB 82154218
HSL0.580.650.59
HSV208°62°85°
CMYK 0.620.290.00   0.15
XYZ27.690229.967070.6544
Yxy29.96700.21580.2335
Hunter Lab54.7421-5.5081-38.2048
CIE-Lab61.6257-3.1326-39.3127

#529ada color RGB value is (82,154,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 11011010
Octal 122 232 332
Decimal 82 154 218
Hex 52 9A DA

RGB Percentages of Color #529ada

%18.06
%33.92
%48.02

CMYK Percentages of Color #529ada

%62
%29
%0
%15

Triadic Colors of #529ada

#529ada #da529a #9ada52

Analogous Colors of #529ada

#529ada #5256da #52dad6

Monochromatic Colors of #529ada

#529ada

Complementary Color

#529ada #da9252

#529ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ada Color CSS Codes

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

#529ada Text Font Color

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

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


#529ada Background Color

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

This div background color is #529ada


#529ada Border Color

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

This div border color is #529ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ada


Comments

No comments written yet.

Please login to write comment.