Color Hex Logo

#529970 Color Hex

#529970
(82,153,112)
0 Favorites   0 Comments

Color spaces of #529970

RGB 82153112
HSL0.400.300.46
HSV145°46°60°
CMYK 0.460.000.27   0.40
XYZ17.795525.746219.3608
Yxy25.74620.28290.4093
Hunter Lab50.7407-26.193712.8956
CIE-Lab57.7954-32.043114.7683

#529970 color RGB value is (82,153,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011001 01110000
Octal 122 231 160
Decimal 82 153 112
Hex 52 99 70

RGB Percentages of Color #529970

%23.63
%44.09
%32.28

CMYK Percentages of Color #529970

%46
%0
%27
%40

Triadic Colors of #529970

#529970 #705299 #997052

Analogous Colors of #529970

#529970 #529994 #589952

Monochromatic Colors of #529970

#529970

Complementary Color

#529970 #99527b

#529970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529970 Color CSS Codes

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

#529970 Text Font Color

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

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


#529970 Background Color

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

This div background color is #529970


#529970 Border Color

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

This div border color is #529970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529970


Comments

No comments written yet.

Please login to write comment.