Color Hex Logo

#529ecd Color Hex

#529ECD
(82,158,205)
0 Favorites   0 Comments

Color spaces of #529ecd

RGB 82158205
HSL0.560.550.56
HSV203°60°80°
CMYK 0.600.230.00   0.20
XYZ26.726030.655362.2661
Yxy30.65530.22340.2562
Hunter Lab55.3672-10.7299-27.9206
CIE-Lab62.2156-9.5678-31.1529

#529ecd color RGB value is (82,158,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011110 11001101
Octal 122 236 315
Decimal 82 158 205
Hex 52 9E CD

RGB Percentages of Color #529ecd

%18.43
%35.51
%46.07

CMYK Percentages of Color #529ecd

%60
%23
%0
%20

Triadic Colors of #529ecd

#529ecd #cd529e #9ecd52

Analogous Colors of #529ecd

#529ecd #5261cd #52cdbf

Monochromatic Colors of #529ecd

#529ecd

Complementary Color

#529ecd #cd8152

#529ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ecd Color CSS Codes

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

#529ecd Text Font Color

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

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


#529ecd Background Color

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

This div background color is #529ecd


#529ecd Border Color

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

This div border color is #529ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ecd


Comments

No comments written yet.

Please login to write comment.