Color Hex Logo

#529817 Color Hex

#529817
(82,152,23)
0 Favorites   0 Comments

Color spaces of #529817

RGB 8215223
HSL0.260.740.34
HSV93°85°60°
CMYK 0.460.000.85   0.40
XYZ14.862624.31224.7200
Yxy24.31220.33860.5539
Hunter Lab49.3074-32.483228.8396
CIE-Lab56.3990-42.690954.5687

#529817 color RGB value is (82,152,23).

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

The process color (four color CMYK) of #529817 color hex is 0.46, 0.00, 0.85, 0.40. Web safe color of #529817 is #669900. Color #529817 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011000 00010111
Octal 122 230 27
Decimal 82 152 23
Hex 52 98 17

RGB Percentages of Color #529817

%31.91
%59.14
%8.95

CMYK Percentages of Color #529817

%46
%0
%85
%40

Triadic Colors of #529817

#529817 #175298 #981752

Analogous Colors of #529817

#529817 #17981d #939817

Monochromatic Colors of #529817

#529817

Complementary Color

#529817 #5d1798

#529817 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529817 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529817 Color CSS Codes

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

#529817 Text Font Color

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

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


#529817 Background Color

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

This div background color is #529817


#529817 Border Color

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

This div border color is #529817


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529817


Comments

No comments written yet.

Please login to write comment.