Color Hex Logo

#528bac Color Hex

#528BAC
(82,139,172)
0 Favorites   0 Comments

Color spaces of #528bac

RGB 82139172
HSL0.560.350.50
HSV202°52°67°
CMYK 0.520.190.00   0.33
XYZ20.158723.237642.4526
Yxy23.23760.23480.2707
Hunter Lab48.2054-9.7137-18.4706
CIE-Lab55.3162-9.2179-23.1503

#528bac color RGB value is (82,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 10101100
Octal 122 213 254
Decimal 82 139 172
Hex 52 8B AC

RGB Percentages of Color #528bac

%20.87
%35.37
%43.77

CMYK Percentages of Color #528bac

%52
%19
%0
%33

Triadic Colors of #528bac

#528bac #ac528b #8bac52

Analogous Colors of #528bac

#528bac #525eac #52aca0

Monochromatic Colors of #528bac

#528bac

Complementary Color

#528bac #ac7352

#528bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#528bac Color CSS Codes

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

#528bac Text Font Color

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

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


#528bac Background Color

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

This div background color is #528bac


#528bac Border Color

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

This div border color is #528bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528bac


Comments

No comments written yet.

Please login to write comment.