Color Hex Logo

#508caa Color Hex

#508CAA
(80,140,170)
0 Favorites   0 Comments

Color spaces of #508caa

RGB 80140170
HSL0.560.360.49
HSV200°53°67°
CMYK 0.530.180.00   0.33
XYZ19.942023.363941.4888
Yxy23.36390.23520.2755
Hunter Lab48.3362-10.9449-17.0555
CIE-Lab55.4452-10.8461-21.8138

#508caa color RGB value is (80,140,170).

#508caa hex color red value is 80, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #508caa hue: 0.56 , saturation: 0.36 and the lightness value of 508caa is 0.49.

The process color (four color CMYK) of #508caa color hex is 0.53, 0.18, 0.00, 0.33. Web safe color of #508caa is #669999. Color #508caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001100 10101010
Octal 120 214 252
Decimal 80 140 170
Hex 50 8C AA

RGB Percentages of Color #508caa

%20.51
%35.90
%43.59

CMYK Percentages of Color #508caa

%53
%18
%0
%33

Triadic Colors of #508caa

#508caa #aa508c #8caa50

Analogous Colors of #508caa

#508caa #505faa #50aa9b

Monochromatic Colors of #508caa

#508caa

Complementary Color

#508caa #aa6e50

#508caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#508caa Color CSS Codes

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

#508caa Text Font Color

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

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


#508caa Background Color

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

This div background color is #508caa


#508caa Border Color

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

This div border color is #508caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508caa


Comments

No comments written yet.

Please login to write comment.