Color Hex Logo

#529265 Color Hex

#529265
(82,146,101)
0 Favorites   0 Comments

Color spaces of #529265

RGB 82146101
HSL0.380.280.45
HSV138°44°57°
CMYK 0.440.000.31   0.43
XYZ16.107523.291215.9586
Yxy23.29120.29100.4207
Hunter Lab48.2610-24.880814.1771
CIE-Lab55.3710-30.939617.6047

#529265 color RGB value is (82,146,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010010 01100101
Octal 122 222 145
Decimal 82 146 101
Hex 52 92 65

RGB Percentages of Color #529265

%24.92
%44.38
%30.70

CMYK Percentages of Color #529265

%44
%0
%31
%43

Triadic Colors of #529265

#529265 #655292 #926552

Analogous Colors of #529265

#529265 #529285 #5f9252

Monochromatic Colors of #529265

#529265

Complementary Color

#529265 #92527f

#529265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529265 Color CSS Codes

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

#529265 Text Font Color

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

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


#529265 Background Color

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

This div background color is #529265


#529265 Border Color

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

This div border color is #529265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529265


Comments

No comments written yet.

Please login to write comment.