Color Hex Logo

#529dfd Color Hex

#529DFD
(82,157,253)
0 Favorites   0 Comments

Color spaces of #529dfd

RGB 82157253
HSL0.590.980.66
HSV214°68°99°
CMYK 0.680.380.00   0.01
XYZ33.266332.999697.5448
Yxy32.99960.20310.2014
Hunter Lab57.44532.8393-60.4655
CIE-Lab64.16066.8446-54.5940

#529dfd color RGB value is (82,157,253).

#529dfd hex color red value is 82, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #529dfd hue: 0.59 , saturation: 0.98 and the lightness value of 529dfd is 0.66.

The process color (four color CMYK) of #529dfd color hex is 0.68, 0.38, 0.00, 0.01. Web safe color of #529dfd is #6699ff. Color #529dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011101 11111101
Octal 122 235 375
Decimal 82 157 253
Hex 52 9D FD

RGB Percentages of Color #529dfd

%16.67
%31.91
%51.42

CMYK Percentages of Color #529dfd

%68
%38
%0
%1

Triadic Colors of #529dfd

#529dfd #fd529d #9dfd52

Analogous Colors of #529dfd

#529dfd #5c52fd #52f3fd

Monochromatic Colors of #529dfd

#529dfd

Complementary Color

#529dfd #fdb252

#529dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#529dfd Color CSS Codes

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

#529dfd Text Font Color

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

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


#529dfd Background Color

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

This div background color is #529dfd


#529dfd Border Color

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

This div border color is #529dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529dfd


Comments

No comments written yet.

Please login to write comment.