Color Hex Logo

#529bed Color Hex

#529BED
(82,155,237)
0 Favorites   0 Comments

Color spaces of #529bed

RGB 82155237
HSL0.590.810.63
HSV212°65°93°
CMYK 0.650.350.00   0.07
XYZ30.487131.351084.5653
Yxy31.35100.20820.2141
Hunter Lab55.9920-0.7944-50.3520
CIE-Lab62.80282.5977-47.9734

#529bed color RGB value is (82,155,237).

#529bed hex color red value is 82, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #529bed hue: 0.59 , saturation: 0.81 and the lightness value of 529bed is 0.63.

The process color (four color CMYK) of #529bed color hex is 0.65, 0.35, 0.00, 0.07. Web safe color of #529bed is #6699ff. Color #529bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011011 11101101
Octal 122 233 355
Decimal 82 155 237
Hex 52 9B ED

RGB Percentages of Color #529bed

%17.30
%32.70
%50.00

CMYK Percentages of Color #529bed

%65
%35
%0
%7

Triadic Colors of #529bed

#529bed #ed529b #9bed52

Analogous Colors of #529bed

#529bed #5652ed #52e9ed

Monochromatic Colors of #529bed

#529bed

Complementary Color

#529bed #eda452

#529bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#529bed Color CSS Codes

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

#529bed Text Font Color

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

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


#529bed Background Color

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

This div background color is #529bed


#529bed Border Color

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

This div border color is #529bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529bed


Comments

No comments written yet.

Please login to write comment.