Color Hex Logo

#506970 Color Hex

#506970
(80,105,112)
0 Favorites   0 Comments

Color spaces of #506970

RGB 80105112
HSL0.540.170.38
HSV193°29°44°
CMYK 0.290.060.00   0.56
XYZ11.284512.978517.2396
Yxy12.97850.27190.3127
Hunter Lab36.0257-7.1325-3.1544
CIE-Lab42.7308-7.4052-6.9379

#506970 color RGB value is (80,105,112).

#506970 hex color red value is 80, green value is 105 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #506970 hue: 0.54 , saturation: 0.17 and the lightness value of 506970 is 0.38.

The process color (four color CMYK) of #506970 color hex is 0.29, 0.06, 0.00, 0.56. Web safe color of #506970 is #666666. Color #506970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101001 01110000
Octal 120 151 160
Decimal 80 105 112
Hex 50 69 70

RGB Percentages of Color #506970

%26.94
%35.35
%37.71

CMYK Percentages of Color #506970

%29
%6
%0
%56

Triadic Colors of #506970

#506970 #705069 #697050

Analogous Colors of #506970

#506970 #505970 #507067

Monochromatic Colors of #506970

#506970

Complementary Color

#506970 #705750

#506970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506970 Color CSS Codes

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

#506970 Text Font Color

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

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


#506970 Background Color

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

This div background color is #506970


#506970 Border Color

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

This div border color is #506970


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,105,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #506970; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #506970;
  -webkit-box-shadow: 1px 1px 3px 2px #506970;
  box-shadow:         1px 1px 3px 2px #506970; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,105,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 #506970">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506970


Comments

No comments written yet.

Please login to write comment.