Color Hex Logo

#529096 Color Hex

#529096
(82,144,150)
0 Favorites   0 Comments

Color spaces of #529096

RGB 82144150
HSL0.510.290.45
HSV185°45°59°
CMYK 0.450.040.00   0.41
XYZ18.958023.942432.4763
Yxy23.94240.25150.3176
Hunter Lab48.9310-16.4705-5.1001
CIE-Lab56.0301-18.3365-9.4386

#529096 color RGB value is (82,144,150).

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

The process color (four color CMYK) of #529096 color hex is 0.45, 0.04, 0.00, 0.41. Web safe color of #529096 is #669999. Color #529096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010000 10010110
Octal 122 220 226
Decimal 82 144 150
Hex 52 90 96

RGB Percentages of Color #529096

%21.81
%38.30
%39.89

CMYK Percentages of Color #529096

%45
%4
%0
%41

Triadic Colors of #529096

#529096 #965290 #909652

Analogous Colors of #529096

#529096 #526e96 #52967a

Monochromatic Colors of #529096

#529096

Complementary Color

#529096 #965852

#529096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529096 Color CSS Codes

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

#529096 Text Font Color

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

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


#529096 Background Color

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

This div background color is #529096


#529096 Border Color

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

This div border color is #529096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529096


Comments

No comments written yet.

Please login to write comment.