Color Hex Logo

#526caa Color Hex

#526CAA
(82,108,170)
0 Favorites   0 Comments

Color spaces of #526caa

RGB 82108170
HSL0.620.350.49
HSV222°52°67°
CMYK 0.520.360.00   0.33
XYZ16.097915.421240.1584
Yxy15.42120.22460.2151
Hunter Lab39.26984.4504-33.1427
CIE-Lab46.20588.5108-36.1772

#526caa color RGB value is (82,108,170).

#526caa hex color red value is 82, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #526caa hue: 0.62 , saturation: 0.35 and the lightness value of 526caa is 0.49.

The process color (four color CMYK) of #526caa color hex is 0.52, 0.36, 0.00, 0.33. Web safe color of #526caa is #666699. Color #526caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101100 10101010
Octal 122 154 252
Decimal 82 108 170
Hex 52 6C AA

RGB Percentages of Color #526caa

%22.78
%30.00
%47.22

CMYK Percentages of Color #526caa

%52
%36
%0
%33

Triadic Colors of #526caa

#526caa #aa526c #6caa52

Analogous Colors of #526caa

#526caa #6452aa #5298aa

Monochromatic Colors of #526caa

#526caa

Complementary Color

#526caa #aa9052

#526caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#526caa Color CSS Codes

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

#526caa Text Font Color

<p style="color:#526caa">Text here</p>

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


#526caa Background Color

<div style="background-color:#526caa">
Div content here</div>

This div background color is #526caa


#526caa Border Color

<div style="border:3px solid #526caa">
Div here</div>

This div border color is #526caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526caa;
  -webkit-box-shadow: 1px 1px 3px 2px #526caa;
  box-shadow:         1px 1px 3px 2px #526caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526caa


Comments

No comments written yet.

Please login to write comment.