Color Hex Logo

#529abc Color Hex

#529ABC
(82,154,188)
0 Favorites   0 Comments

Color spaces of #529abc

RGB 82154188
HSL0.550.440.53
HSV199°56°74°
CMYK 0.560.180.00   0.26
XYZ24.112428.535951.8141
Yxy28.53590.23080.2732
Hunter Lab53.4190-12.9115-20.1154
CIE-Lab60.3698-12.6582-24.4721

#529abc color RGB value is (82,154,188).

#529abc hex color red value is 82, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #529abc hue: 0.55 , saturation: 0.44 and the lightness value of 529abc is 0.53.

The process color (four color CMYK) of #529abc color hex is 0.56, 0.18, 0.00, 0.26. Web safe color of #529abc is #6699cc. Color #529abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 10111100
Octal 122 232 274
Decimal 82 154 188
Hex 52 9A BC

RGB Percentages of Color #529abc

%19.34
%36.32
%44.34

CMYK Percentages of Color #529abc

%56
%18
%0
%26

Triadic Colors of #529abc

#529abc #bc529a #9abc52

Analogous Colors of #529abc

#529abc #5265bc #52bca9

Monochromatic Colors of #529abc

#529abc

Complementary Color

#529abc #bc7452

#529abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#529abc Color CSS Codes

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

#529abc Text Font Color

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

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


#529abc Background Color

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

This div background color is #529abc


#529abc Border Color

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

This div border color is #529abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529abc


Comments

No comments written yet.

Please login to write comment.