Color Hex Logo

#508698 Color Hex

#508698
(80,134,152)
0 Favorites   0 Comments

Color spaces of #508698

RGB 80134152
HSL0.540.310.45
HSV195°47°60°
CMYK 0.470.120.00   0.40
XYZ17.500921.022732.8412
Yxy21.02270.24520.2946
Hunter Lab45.8505-12.1059-10.3721
CIE-Lab52.9743-12.8501-15.2058

#508698 color RGB value is (80,134,152).

#508698 hex color red value is 80, green value is 134 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #508698 hue: 0.54 , saturation: 0.31 and the lightness value of 508698 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000110 10011000
Octal 120 206 230
Decimal 80 134 152
Hex 50 86 98

RGB Percentages of Color #508698

%21.86
%36.61
%41.53

CMYK Percentages of Color #508698

%47
%12
%0
%40

Triadic Colors of #508698

#508698 #985086 #869850

Analogous Colors of #508698

#508698 #506298 #509886

Monochromatic Colors of #508698

#508698

Complementary Color

#508698 #986250

#508698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508698 Color CSS Codes

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

#508698 Text Font Color

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

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


#508698 Background Color

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

This div background color is #508698


#508698 Border Color

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

This div border color is #508698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508698


Comments

No comments written yet.

Please login to write comment.