Color Hex Logo

#528bae Color Hex

#528BAE
(82,139,174)
0 Favorites   0 Comments

Color spaces of #528bae

RGB 82139174
HSL0.560.360.50
HSV203°53°68°
CMYK 0.530.200.00   0.32
XYZ20.352323.315143.4720
Yxy23.31510.23360.2676
Hunter Lab48.2857-9.2627-19.5792
CIE-Lab55.3954-8.6077-24.1741

#528bae color RGB value is (82,139,174).

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

The process color (four color CMYK) of #528bae color hex is 0.53, 0.20, 0.00, 0.32. Web safe color of #528bae is #669999. Color #528bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001011 10101110
Octal 122 213 256
Decimal 82 139 174
Hex 52 8B AE

RGB Percentages of Color #528bae

%20.76
%35.19
%44.05

CMYK Percentages of Color #528bae

%53
%20
%0
%32

Triadic Colors of #528bae

#528bae #ae528b #8bae52

Analogous Colors of #528bae

#528bae #525dae #52aea3

Monochromatic Colors of #528bae

#528bae

Complementary Color

#528bae #ae7552

#528bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#528bae Color CSS Codes

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

#528bae Text Font Color

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

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


#528bae Background Color

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

This div background color is #528bae


#528bae Border Color

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

This div border color is #528bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528bae


Comments

No comments written yet.

Please login to write comment.