Color Hex Logo

#529fad Color Hex

#529FAD
(82,159,173)
0 Favorites   0 Comments

Color spaces of #529fad

RGB 82159173
HSL0.530.360.50
HSV189°53°68°
CMYK 0.530.080.00   0.32
XYZ23.420629.607244.0155
Yxy29.60720.24130.3051
Hunter Lab54.4125-18.3907-9.8723
CIE-Lab61.3138-19.7836-14.5811

#529fad color RGB value is (82,159,173).

#529fad hex color red value is 82, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #529fad hue: 0.53 , saturation: 0.36 and the lightness value of 529fad is 0.50.

The process color (four color CMYK) of #529fad color hex is 0.53, 0.08, 0.00, 0.32. Web safe color of #529fad is #669999. Color #529fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011111 10101101
Octal 122 237 255
Decimal 82 159 173
Hex 52 9F AD

RGB Percentages of Color #529fad

%19.81
%38.41
%41.79

CMYK Percentages of Color #529fad

%53
%8
%0
%32

Triadic Colors of #529fad

#529fad #ad529f #9fad52

Analogous Colors of #529fad

#529fad #5272ad #52ad8e

Monochromatic Colors of #529fad

#529fad

Complementary Color

#529fad #ad6052

#529fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#529fad Color CSS Codes

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

#529fad Text Font Color

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

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


#529fad Background Color

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

This div background color is #529fad


#529fad Border Color

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

This div border color is #529fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,159,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #529fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #529fad;
  -webkit-box-shadow: 1px 1px 3px 2px #529fad;
  box-shadow:         1px 1px 3px 2px #529fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529fad


Comments

No comments written yet.

Please login to write comment.