Color Hex Logo

#529198 Color Hex

#529198
(82,145,152)
0 Favorites   0 Comments

Color spaces of #529198

RGB 82145152
HSL0.520.300.46
HSV186°46°60°
CMYK 0.460.050.00   0.40
XYZ19.272624.311633.3826
Yxy24.31160.25040.3159
Hunter Lab49.3068-16.5164-5.6269
CIE-Lab56.3984-18.3171-10.0352

#529198 color RGB value is (82,145,152).

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

The process color (four color CMYK) of #529198 color hex is 0.46, 0.05, 0.00, 0.40. Web safe color of #529198 is #669999. Color #529198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010001 10011000
Octal 122 221 230
Decimal 82 145 152
Hex 52 91 98

RGB Percentages of Color #529198

%21.64
%38.26
%40.11

CMYK Percentages of Color #529198

%46
%5
%0
%40

Triadic Colors of #529198

#529198 #985291 #919852

Analogous Colors of #529198

#529198 #526e98 #52987c

Monochromatic Colors of #529198

#529198

Complementary Color

#529198 #985952

#529198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#529198 Color CSS Codes

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

#529198 Text Font Color

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

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


#529198 Background Color

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

This div background color is #529198


#529198 Border Color

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

This div border color is #529198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529198


Comments

No comments written yet.

Please login to write comment.