Color Hex Logo

#528faa Color Hex

#528FAA
(82,143,170)
0 Favorites   0 Comments

Color spaces of #528faa

RGB 82143170
HSL0.550.350.49
HSV198°52°67°
CMYK 0.520.160.00   0.33
XYZ20.557824.341041.6450
Yxy24.34100.23750.2813
Hunter Lab49.3366-11.9609-15.5110
CIE-Lab56.4276-12.0533-20.3017

#528faa color RGB value is (82,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001111 10101010
Octal 122 217 252
Decimal 82 143 170
Hex 52 8F AA

RGB Percentages of Color #528faa

%20.76
%36.20
%43.04

CMYK Percentages of Color #528faa

%52
%16
%0
%33

Triadic Colors of #528faa

#528faa #aa528f #8faa52

Analogous Colors of #528faa

#528faa #5263aa #52aa99

Monochromatic Colors of #528faa

#528faa

Complementary Color

#528faa #aa6d52

#528faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#528faa Color CSS Codes

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

#528faa Text Font Color

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

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


#528faa Background Color

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

This div background color is #528faa


#528faa Border Color

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

This div border color is #528faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,143,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 #528faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528faa


Comments

No comments written yet.

Please login to write comment.