Color Hex Logo

#528caa Color Hex

#528CAA
(82,140,170)
0 Favorites   0 Comments

Color spaces of #528caa

RGB 82140170
HSL0.560.350.49
HSV200°52°67°
CMYK 0.520.180.00   0.33
XYZ20.113523.452341.4969
Yxy23.45230.23650.2757
Hunter Lab48.4276-10.6116-16.9055
CIE-Lab55.5352-10.3847-21.6681

#528caa color RGB value is (82,140,170).

#528caa hex color red value is 82, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #528caa hue: 0.56 , saturation: 0.35 and the lightness value of 528caa is 0.49.

The process color (four color CMYK) of #528caa color hex is 0.52, 0.18, 0.00, 0.33. Web safe color of #528caa is #669999. Color #528caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001100 10101010
Octal 122 214 252
Decimal 82 140 170
Hex 52 8C AA

RGB Percentages of Color #528caa

%20.92
%35.71
%43.37

CMYK Percentages of Color #528caa

%52
%18
%0
%33

Triadic Colors of #528caa

#528caa #aa528c #8caa52

Analogous Colors of #528caa

#528caa #5260aa #52aa9c

Monochromatic Colors of #528caa

#528caa

Complementary Color

#528caa #aa7052

#528caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#528caa Color CSS Codes

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

#528caa Text Font Color

<p style="color:#528caa">Text here</p>

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


#528caa Background Color

<div style="background-color:#528caa">
Div content here</div>

This div background color is #528caa


#528caa Border Color

<div style="border:3px solid #528caa">
Div here</div>

This div border color is #528caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,140,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528caa;
  -webkit-box-shadow: 1px 1px 3px 2px #528caa;
  box-shadow:         1px 1px 3px 2px #528caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528caa


Comments

No comments written yet.

Please login to write comment.