Color Hex Logo

#529dcb Color Hex

#529DCB
(82,157,203)
0 Favorites   0 Comments

Color spaces of #529dcb

RGB 82157203
HSL0.560.540.56
HSV203°60°80°
CMYK 0.600.230.00   0.20
XYZ26.316130.219660.9459
Yxy30.21960.22400.2572
Hunter Lab54.9724-10.7510-27.2521
CIE-Lab61.8432-9.6462-30.6132

#529dcb color RGB value is (82,157,203).

#529dcb hex color red value is 82, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #529dcb hue: 0.56 , saturation: 0.54 and the lightness value of 529dcb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011101 11001011
Octal 122 235 313
Decimal 82 157 203
Hex 52 9D CB

RGB Percentages of Color #529dcb

%18.55
%35.52
%45.93

CMYK Percentages of Color #529dcb

%60
%23
%0
%20

Triadic Colors of #529dcb

#529dcb #cb529d #9dcb52

Analogous Colors of #529dcb

#529dcb #5261cb #52cbbd

Monochromatic Colors of #529dcb

#529dcb

Complementary Color

#529dcb #cb8052

#529dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#529dcb Color CSS Codes

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

#529dcb Text Font Color

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

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


#529dcb Background Color

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

This div background color is #529dcb


#529dcb Border Color

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

This div border color is #529dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529dcb


Comments

No comments written yet.

Please login to write comment.