Color Hex Logo

#529690 Color Hex

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

Color spaces of #529690

RGB 82150144
HSL0.490.290.45
HSV175°45°59°
CMYK 0.450.000.04   0.41
XYZ19.420125.620130.3072
Yxy25.62010.25770.3400
Hunter Lab50.6163-20.0929-0.0693
CIE-Lab57.6747-23.0707-3.5593

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

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

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

Base Numbers

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

RGB Percentages of Color #529690

%21.81
%39.89
%38.30

CMYK Percentages of Color #529690

%45
%0
%4
%41

Triadic Colors of #529690

#529690 #905296 #969052

Analogous Colors of #529690

#529690 #527a96 #52966e

Monochromatic Colors of #529690

#529690

Complementary Color

#529690 #965258

#529690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529690 Color CSS Codes

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

#529690 Text Font Color

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

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


#529690 Background Color

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

This div background color is #529690


#529690 Border Color

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

This div border color is #529690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529690


Comments

No comments written yet.

Please login to write comment.