Color Hex Logo

#529489 Color Hex

#529489
(82,148,137)
0 Favorites   0 Comments

Color spaces of #529489

RGB 82148137
HSL0.470.290.45
HSV170°45°58°
CMYK 0.450.000.07   0.42
XYZ18.584924.779827.4704
Yxy24.77980.26240.3498
Hunter Lab49.7793-20.47162.1267
CIE-Lab56.8602-23.8439-0.7550

#529489 color RGB value is (82,148,137).

#529489 hex color red value is 82, green value is 148 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #529489 hue: 0.47 , saturation: 0.29 and the lightness value of 529489 is 0.45.

The process color (four color CMYK) of #529489 color hex is 0.45, 0.00, 0.07, 0.42. Web safe color of #529489 is #669999. Color #529489 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010100 10001001
Octal 122 224 211
Decimal 82 148 137
Hex 52 94 89

RGB Percentages of Color #529489

%22.34
%40.33
%37.33

CMYK Percentages of Color #529489

%45
%0
%7
%42

Triadic Colors of #529489

#529489 #895294 #948952

Analogous Colors of #529489

#529489 #527e94 #529468

Monochromatic Colors of #529489

#529489

Complementary Color

#529489 #94525d

#529489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529489 Color CSS Codes

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

#529489 Text Font Color

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

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


#529489 Background Color

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

This div background color is #529489


#529489 Border Color

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

This div border color is #529489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529489


Comments

No comments written yet.

Please login to write comment.