Color Hex Logo

#508386 Color Hex

#508386
(80,131,134)
0 Favorites   0 Comments

Color spaces of #508386

RGB 80131134
HSL0.510.250.42
HSV183°40°53°
CMYK 0.400.020.00   0.47
XYZ15.727619.659325.5199
Yxy19.65930.25820.3228
Hunter Lab44.3388-14.2765-3.0881
CIE-Lab51.4498-16.2304-7.0186

#508386 color RGB value is (80,131,134).

#508386 hex color red value is 80, green value is 131 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #508386 hue: 0.51 , saturation: 0.25 and the lightness value of 508386 is 0.42.

The process color (four color CMYK) of #508386 color hex is 0.40, 0.02, 0.00, 0.47. Web safe color of #508386 is #669999. Color #508386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000011 10000110
Octal 120 203 206
Decimal 80 131 134
Hex 50 83 86

RGB Percentages of Color #508386

%23.19
%37.97
%38.84

CMYK Percentages of Color #508386

%40
%2
%0
%47

Triadic Colors of #508386

#508386 #865083 #838650

Analogous Colors of #508386

#508386 #506886 #50866e

Monochromatic Colors of #508386

#508386

Complementary Color

#508386 #865350

#508386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508386 Color CSS Codes

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

#508386 Text Font Color

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

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


#508386 Background Color

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

This div background color is #508386


#508386 Border Color

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

This div border color is #508386


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,131,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508386


Comments

No comments written yet.

Please login to write comment.