Color Hex Logo

#529260 Color Hex

#529260
(82,146,96)
0 Favorites   0 Comments

Color spaces of #529260

RGB 8214696
HSL0.370.280.45
HSV133°44°57°
CMYK 0.440.000.34   0.43
XYZ15.869923.196114.7072
Yxy23.19610.29510.4314
Hunter Lab48.1623-25.466815.6084
CIE-Lab55.2738-31.887620.2686

#529260 color RGB value is (82,146,96).

#529260 hex color red value is 82, green value is 146 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #529260 hue: 0.37 , saturation: 0.28 and the lightness value of 529260 is 0.45.

The process color (four color CMYK) of #529260 color hex is 0.44, 0.00, 0.34, 0.43. Web safe color of #529260 is #669966. Color #529260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010010 01100000
Octal 122 222 140
Decimal 82 146 96
Hex 52 92 60

RGB Percentages of Color #529260

%25.31
%45.06
%29.63

CMYK Percentages of Color #529260

%44
%0
%34
%43

Triadic Colors of #529260

#529260 #605292 #926052

Analogous Colors of #529260

#529260 #529280 #649252

Monochromatic Colors of #529260

#529260

Complementary Color

#529260 #925284

#529260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529260 Color CSS Codes

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

#529260 Text Font Color

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

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


#529260 Background Color

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

This div background color is #529260


#529260 Border Color

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

This div border color is #529260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529260


Comments

No comments written yet.

Please login to write comment.