Color Hex Logo

#529aca Color Hex

#529ACA
(82,154,202)
0 Favorites   0 Comments

Color spaces of #529aca

RGB 82154202
HSL0.570.530.56
HSV204°59°79°
CMYK 0.590.240.00   0.21
XYZ25.695929.169360.1530
Yxy29.16930.22340.2536
Hunter Lab54.0086-9.5894-28.2292
CIE-Lab60.9308-8.2935-31.4685

#529aca color RGB value is (82,154,202).

#529aca hex color red value is 82, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #529aca hue: 0.57 , saturation: 0.53 and the lightness value of 529aca is 0.56.

The process color (four color CMYK) of #529aca color hex is 0.59, 0.24, 0.00, 0.21. Web safe color of #529aca is #6699cc. Color #529aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 11001010
Octal 122 232 312
Decimal 82 154 202
Hex 52 9A CA

RGB Percentages of Color #529aca

%18.72
%35.16
%46.12

CMYK Percentages of Color #529aca

%59
%24
%0
%21

Triadic Colors of #529aca

#529aca #ca529a #9aca52

Analogous Colors of #529aca

#529aca #525eca #52cabe

Monochromatic Colors of #529aca

#529aca

Complementary Color

#529aca #ca8252

#529aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#529aca Color CSS Codes

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

#529aca Text Font Color

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

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


#529aca Background Color

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

This div background color is #529aca


#529aca Border Color

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

This div border color is #529aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529aca


Comments

No comments written yet.

Please login to write comment.