Color Hex Logo

#528eab Color Hex

#528EAB
(82,142,171)
0 Favorites   0 Comments

Color spaces of #528eab

RGB 82142171
HSL0.550.350.50
HSV200°52°67°
CMYK 0.520.170.00   0.33
XYZ20.503424.080142.0954
Yxy24.08010.23650.2778
Hunter Lab49.0715-11.2929-16.5112
CIE-Lab56.1679-11.1989-21.2710

#528eab color RGB value is (82,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 10101011
Octal 122 216 253
Decimal 82 142 171
Hex 52 8E AB

RGB Percentages of Color #528eab

%20.76
%35.95
%43.29

CMYK Percentages of Color #528eab

%52
%17
%0
%33

Triadic Colors of #528eab

#528eab #ab528e #8eab52

Analogous Colors of #528eab

#528eab #5262ab #52ab9c

Monochromatic Colors of #528eab

#528eab

Complementary Color

#528eab #ab6f52

#528eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#528eab Color CSS Codes

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

#528eab Text Font Color

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

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


#528eab Background Color

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

This div background color is #528eab


#528eab Border Color

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

This div border color is #528eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528eab


Comments

No comments written yet.

Please login to write comment.