Color Hex Logo

#529395 Color Hex

#529395
(82,147,149)
0 Favorites   0 Comments

Color spaces of #529395

RGB 82147149
HSL0.500.290.45
HSV182°45°58°
CMYK 0.450.010.00   0.42
XYZ19.338224.831232.2074
Yxy24.83120.25320.3251
Hunter Lab49.8309-17.9325-3.4395
CIE-Lab56.9106-20.1917-7.5507

#529395 color RGB value is (82,147,149).

#529395 hex color red value is 82, green value is 147 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #529395 hue: 0.50 , saturation: 0.29 and the lightness value of 529395 is 0.45.

The process color (four color CMYK) of #529395 color hex is 0.45, 0.01, 0.00, 0.42. Web safe color of #529395 is #669999. Color #529395 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010011 10010101
Octal 122 223 225
Decimal 82 147 149
Hex 52 93 95

RGB Percentages of Color #529395

%21.69
%38.89
%39.42

CMYK Percentages of Color #529395

%45
%1
%0
%42

Triadic Colors of #529395

#529395 #955293 #939552

Analogous Colors of #529395

#529395 #527295 #529576

Monochromatic Colors of #529395

#529395

Complementary Color

#529395 #955452

#529395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529395 Color CSS Codes

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

#529395 Text Font Color

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

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


#529395 Background Color

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

This div background color is #529395


#529395 Border Color

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

This div border color is #529395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529395


Comments

No comments written yet.

Please login to write comment.