Color Hex Logo

#529388 Color Hex

#529388
(82,147,136)
0 Favorites   0 Comments

Color spaces of #529388

RGB 82147136
HSL0.470.280.45
HSV170°44°58°
CMYK 0.440.000.07   0.42
XYZ18.357324.438827.0422
Yxy24.43880.26290.3499
Hunter Lab49.4356-20.22862.1722
CIE-Lab56.5245-23.5862-0.6738

#529388 color RGB value is (82,147,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010011 10001000
Octal 122 223 210
Decimal 82 147 136
Hex 52 93 88

RGB Percentages of Color #529388

%22.47
%40.27
%37.26

CMYK Percentages of Color #529388

%44
%0
%7
%42

Triadic Colors of #529388

#529388 #885293 #938852

Analogous Colors of #529388

#529388 #527e93 #529368

Monochromatic Colors of #529388

#529388

Complementary Color

#529388 #93525d

#529388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529388 Color CSS Codes

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

#529388 Text Font Color

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

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


#529388 Background Color

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

This div background color is #529388


#529388 Border Color

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

This div border color is #529388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529388


Comments

No comments written yet.

Please login to write comment.