Color Hex Logo

#529988 Color Hex

#529988
(82,153,136)
0 Favorites   0 Comments

Color spaces of #529988

RGB 82153136
HSL0.460.300.46
HSV166°46°60°
CMYK 0.460.000.11   0.40
XYZ19.314826.353927.3614
Yxy26.35390.26450.3609
Hunter Lab51.3360-22.67884.3345
CIE-Lab58.3715-26.60732.0179

#529988 color RGB value is (82,153,136).

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

The process color (four color CMYK) of #529988 color hex is 0.46, 0.00, 0.11, 0.40. Web safe color of #529988 is #669999. Color #529988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011001 10001000
Octal 122 231 210
Decimal 82 153 136
Hex 52 99 88

RGB Percentages of Color #529988

%22.10
%41.24
%36.66

CMYK Percentages of Color #529988

%46
%0
%11
%40

Triadic Colors of #529988

#529988 #885299 #998852

Analogous Colors of #529988

#529988 #528799 #529965

Monochromatic Colors of #529988

#529988

Complementary Color

#529988 #995263

#529988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529988 Color CSS Codes

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

#529988 Text Font Color

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

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


#529988 Background Color

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

This div background color is #529988


#529988 Border Color

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

This div border color is #529988


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,153,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 #529988">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529988


Comments

No comments written yet.

Please login to write comment.