Color Hex Logo

#529bcd Color Hex

#529BCD
(82,155,205)
0 Favorites   0 Comments

Color spaces of #529bcd

RGB 82155205
HSL0.570.550.56
HSV204°60°80°
CMYK 0.600.240.00   0.20
XYZ26.220529.644362.0976
Yxy29.64430.22230.2513
Hunter Lab54.4466-9.3191-29.5090
CIE-Lab61.3461-7.8984-32.5021

#529bcd color RGB value is (82,155,205).

#529bcd hex color red value is 82, green value is 155 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #529bcd hue: 0.57 , saturation: 0.55 and the lightness value of 529bcd is 0.56.

The process color (four color CMYK) of #529bcd color hex is 0.60, 0.24, 0.00, 0.20. Web safe color of #529bcd is #6699cc. Color #529bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011011 11001101
Octal 122 233 315
Decimal 82 155 205
Hex 52 9B CD

RGB Percentages of Color #529bcd

%18.55
%35.07
%46.38

CMYK Percentages of Color #529bcd

%60
%24
%0
%20

Triadic Colors of #529bcd

#529bcd #cd529b #9bcd52

Analogous Colors of #529bcd

#529bcd #525dcd #52cdc2

Monochromatic Colors of #529bcd

#529bcd

Complementary Color

#529bcd #cd8452

#529bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#529bcd Color CSS Codes

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

#529bcd Text Font Color

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

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


#529bcd Background Color

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

This div background color is #529bcd


#529bcd Border Color

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

This div border color is #529bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529bcd


Comments

No comments written yet.

Please login to write comment.