Color Hex Logo

#529ede Color Hex

#529EDE
(82,158,222)
0 Favorites   0 Comments

Color spaces of #529ede

RGB 82158222
HSL0.580.680.60
HSV207°63°87°
CMYK 0.630.290.00   0.13
XYZ28.891431.521573.6688
Yxy31.52150.21550.2351
Hunter Lab56.1440-6.3969-38.4960
CIE-Lab62.9454-4.0956-39.4656

#529ede color RGB value is (82,158,222).

#529ede hex color red value is 82, green value is 158 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #529ede hue: 0.58 , saturation: 0.68 and the lightness value of 529ede is 0.60.

The process color (four color CMYK) of #529ede color hex is 0.63, 0.29, 0.00, 0.13. Web safe color of #529ede is #6699cc. Color #529ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011110 11011110
Octal 122 236 336
Decimal 82 158 222
Hex 52 9E DE

RGB Percentages of Color #529ede

%17.75
%34.20
%48.05

CMYK Percentages of Color #529ede

%63
%29
%0
%13

Triadic Colors of #529ede

#529ede #de529e #9ede52

Analogous Colors of #529ede

#529ede #5258de #52ded8

Monochromatic Colors of #529ede

#529ede

Complementary Color

#529ede #de9252

#529ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ede Color CSS Codes

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

#529ede Text Font Color

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

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


#529ede Background Color

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

This div background color is #529ede


#529ede Border Color

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

This div border color is #529ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ede


Comments

No comments written yet.

Please login to write comment.