Color Hex Logo

#529a73 Color Hex

#529A73
(82,154,115)
0 Favorites   0 Comments

Color spaces of #529a73

RGB 82154115
HSL0.410.310.46
HSV148°47°60°
CMYK 0.470.000.25   0.40
XYZ18.129826.142820.3102
Yxy26.14280.28070.4048
Hunter Lab51.1300-26.184612.2395
CIE-Lab58.1723-31.888013.6092

#529a73 color RGB value is (82,154,115).

#529a73 hex color red value is 82, green value is 154 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #529a73 hue: 0.41 , saturation: 0.31 and the lightness value of 529a73 is 0.46.

The process color (four color CMYK) of #529a73 color hex is 0.47, 0.00, 0.25, 0.40. Web safe color of #529a73 is #669966. Color #529a73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 01110011
Octal 122 232 163
Decimal 82 154 115
Hex 52 9A 73

RGB Percentages of Color #529a73

%23.36
%43.87
%32.76

CMYK Percentages of Color #529a73

%47
%0
%25
%40

Triadic Colors of #529a73

#529a73 #73529a #9a7352

Analogous Colors of #529a73

#529a73 #529a97 #559a52

Monochromatic Colors of #529a73

#529a73

Complementary Color

#529a73 #9a5279

#529a73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529a73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529a73 Color CSS Codes

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

#529a73 Text Font Color

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

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


#529a73 Background Color

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

This div background color is #529a73


#529a73 Border Color

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

This div border color is #529a73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,154,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #529a73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #529a73;
  -webkit-box-shadow: 1px 1px 3px 2px #529a73;
  box-shadow:         1px 1px 3px 2px #529a73; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529a73


Comments

No comments written yet.

Please login to write comment.