Color Hex Logo

#529855 Color Hex

#529855
(82,152,85)
0 Favorites   0 Comments

Color spaces of #529855

RGB 8215285
HSL0.340.300.46
HSV123°46°60°
CMYK 0.460.000.44   0.40
XYZ16.347624.906212.5401
Yxy24.90620.30390.4630
Hunter Lab49.9061-28.865020.0363
CIE-Lab56.9839-36.523728.5274

#529855 color RGB value is (82,152,85).

#529855 hex color red value is 82, green value is 152 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #529855 hue: 0.34 , saturation: 0.30 and the lightness value of 529855 is 0.46.

The process color (four color CMYK) of #529855 color hex is 0.46, 0.00, 0.44, 0.40. Web safe color of #529855 is #669966. Color #529855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011000 01010101
Octal 122 230 125
Decimal 82 152 85
Hex 52 98 55

RGB Percentages of Color #529855

%25.71
%47.65
%26.65

CMYK Percentages of Color #529855

%46
%0
%44
%40

Triadic Colors of #529855

#529855 #555298 #985552

Analogous Colors of #529855

#529855 #529878 #729852

Monochromatic Colors of #529855

#529855

Complementary Color

#529855 #985295

#529855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529855 Color CSS Codes

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

#529855 Text Font Color

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

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


#529855 Background Color

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

This div background color is #529855


#529855 Border Color

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

This div border color is #529855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529855


Comments

No comments written yet.

Please login to write comment.