Color Hex Logo

#526a70 Color Hex

#526A70
(82,106,112)
0 Favorites   0 Comments

Color spaces of #526a70

RGB 82106112
HSL0.530.150.38
HSV192°27°44°
CMYK 0.270.050.00   0.56
XYZ11.558313.271817.2817
Yxy13.27180.27450.3152
Hunter Lab36.4305-7.1206-2.6243
CIE-Lab43.1700-7.3263-6.2688

#526a70 color RGB value is (82,106,112).

#526a70 hex color red value is 82, green value is 106 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #526a70 hue: 0.53 , saturation: 0.15 and the lightness value of 526a70 is 0.38.

The process color (four color CMYK) of #526a70 color hex is 0.27, 0.05, 0.00, 0.56. Web safe color of #526a70 is #666666. Color #526a70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101010 01110000
Octal 122 152 160
Decimal 82 106 112
Hex 52 6A 70

RGB Percentages of Color #526a70

%27.33
%35.33
%37.33

CMYK Percentages of Color #526a70

%27
%5
%0
%56

Triadic Colors of #526a70

#526a70 #70526a #6a7052

Analogous Colors of #526a70

#526a70 #525b70 #527067

Monochromatic Colors of #526a70

#526a70

Complementary Color

#526a70 #705852

#526a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526a70 Color CSS Codes

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

#526a70 Text Font Color

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

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


#526a70 Background Color

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

This div background color is #526a70


#526a70 Border Color

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

This div border color is #526a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526a70


Comments

No comments written yet.

Please login to write comment.