Color Hex Logo

#528186 Color Hex

#528186
(82,129,134)
0 Favorites   0 Comments

Color spaces of #528186

RGB 82129134
HSL0.520.240.42
HSV186°39°53°
CMYK 0.390.040.00   0.47
XYZ15.633019.215625.4393
Yxy19.21560.25930.3187
Hunter Lab43.8356-13.0542-3.7231
CIE-Lab50.9385-14.5780-7.7702

#528186 color RGB value is (82,129,134).

#528186 hex color red value is 82, green value is 129 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #528186 hue: 0.52 , saturation: 0.24 and the lightness value of 528186 is 0.42.

The process color (four color CMYK) of #528186 color hex is 0.39, 0.04, 0.00, 0.47. Web safe color of #528186 is #669999. Color #528186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000001 10000110
Octal 122 201 206
Decimal 82 129 134
Hex 52 81 86

RGB Percentages of Color #528186

%23.77
%37.39
%38.84

CMYK Percentages of Color #528186

%39
%4
%0
%47

Triadic Colors of #528186

#528186 #865281 #818652

Analogous Colors of #528186

#528186 #526786 #528671

Monochromatic Colors of #528186

#528186

Complementary Color

#528186 #865752

#528186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528186 Color CSS Codes

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

#528186 Text Font Color

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

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


#528186 Background Color

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

This div background color is #528186


#528186 Border Color

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

This div border color is #528186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,129,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528186;
  -webkit-box-shadow: 1px 1px 3px 2px #528186;
  box-shadow:         1px 1px 3px 2px #528186; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528186


Comments

No comments written yet.

Please login to write comment.