Color Hex Logo

#529bad Color Hex

#529BAD
(82,155,173)
0 Favorites   0 Comments

Color spaces of #529bad

RGB 82155173
HSL0.530.360.50
HSV192°53°68°
CMYK 0.530.100.00   0.32
XYZ22.743828.253743.7899
Yxy28.25370.23990.2981
Hunter Lab53.1542-16.6427-11.6368
CIE-Lab60.1173-17.6750-16.3911

#529bad color RGB value is (82,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011011 10101101
Octal 122 233 255
Decimal 82 155 173
Hex 52 9B AD

RGB Percentages of Color #529bad

%20.00
%37.80
%42.20

CMYK Percentages of Color #529bad

%53
%10
%0
%32

Triadic Colors of #529bad

#529bad #ad529b #9bad52

Analogous Colors of #529bad

#529bad #526ead #52ad92

Monochromatic Colors of #529bad

#529bad

Complementary Color

#529bad #ad6452

#529bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#529bad Color CSS Codes

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

#529bad Text Font Color

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

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


#529bad Background Color

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

This div background color is #529bad


#529bad Border Color

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

This div border color is #529bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529bad


Comments

No comments written yet.

Please login to write comment.