Color Hex Logo

#529aea Color Hex

#529AEA
(82,154,234)
0 Favorites   0 Comments

Color spaces of #529aea

RGB 82154234
HSL0.590.780.62
HSV212°65°92°
CMYK 0.650.340.00   0.08
XYZ29.886630.845682.2205
Yxy30.84560.20910.2158
Hunter Lab55.5388-1.1383-48.8966
CIE-Lab62.37712.1707-46.9923

#529aea color RGB value is (82,154,234).

#529aea hex color red value is 82, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #529aea hue: 0.59 , saturation: 0.78 and the lightness value of 529aea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 11101010
Octal 122 232 352
Decimal 82 154 234
Hex 52 9A EA

RGB Percentages of Color #529aea

%17.45
%32.77
%49.79

CMYK Percentages of Color #529aea

%65
%34
%0
%8

Triadic Colors of #529aea

#529aea #ea529a #9aea52

Analogous Colors of #529aea

#529aea #5652ea #52e6ea

Monochromatic Colors of #529aea

#529aea

Complementary Color

#529aea #eaa252

#529aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#529aea Color CSS Codes

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

#529aea Text Font Color

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

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


#529aea Background Color

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

This div background color is #529aea


#529aea Border Color

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

This div border color is #529aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529aea


Comments

No comments written yet.

Please login to write comment.