Color Hex Logo

#529a0f Color Hex

#529A0F
(82,154,15)
0 Favorites   0 Comments

Color spaces of #529a0f

RGB 8215415
HSL0.250.820.33
HSV91°90°60°
CMYK 0.470.000.90   0.40
XYZ15.121524.93954.4688
Yxy24.93950.33960.5601
Hunter Lab49.9395-33.344929.6521
CIE-Lab57.0164-43.797056.9024

#529a0f color RGB value is (82,154,15).

#529a0f hex color red value is 82, green value is 154 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #529a0f hue: 0.25 , saturation: 0.82 and the lightness value of 529a0f is 0.33.

The process color (four color CMYK) of #529a0f color hex is 0.47, 0.00, 0.90, 0.40. Web safe color of #529a0f is #669900. Color #529a0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 00001111
Octal 122 232 17
Decimal 82 154 15
Hex 52 9A F

RGB Percentages of Color #529a0f

%32.67
%61.35
%5.98

CMYK Percentages of Color #529a0f

%47
%0
%90
%40

Triadic Colors of #529a0f

#529a0f #0f529a #9a0f52

Analogous Colors of #529a0f

#529a0f #0f9a12 #989a0f

Monochromatic Colors of #529a0f

#529a0f

Complementary Color

#529a0f #570f9a

#529a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#529a0f Color CSS Codes

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

#529a0f Text Font Color

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

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


#529a0f Background Color

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

This div background color is #529a0f


#529a0f Border Color

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

This div border color is #529a0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529a0f


Comments

No comments written yet.

Please login to write comment.