Color Hex Logo

#508bae Color Hex

#508BAE
(80,139,174)
0 Favorites   0 Comments

Color spaces of #508bae

RGB 80139174
HSL0.560.370.50
HSV202°54°68°
CMYK 0.540.200.00   0.32
XYZ20.180923.226743.4640
Yxy23.22670.23230.2674
Hunter Lab48.1941-9.5942-19.7350
CIE-Lab55.3051-9.0604-24.3208

#508bae color RGB value is (80,139,174).

#508bae hex color red value is 80, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #508bae hue: 0.56 , saturation: 0.37 and the lightness value of 508bae is 0.50.

The process color (four color CMYK) of #508bae color hex is 0.54, 0.20, 0.00, 0.32. Web safe color of #508bae is #669999. Color #508bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 10101110
Octal 120 213 256
Decimal 80 139 174
Hex 50 8B AE

RGB Percentages of Color #508bae

%20.36
%35.37
%44.27

CMYK Percentages of Color #508bae

%54
%20
%0
%32

Triadic Colors of #508bae

#508bae #ae508b #8bae50

Analogous Colors of #508bae

#508bae #505cae #50aea2

Monochromatic Colors of #508bae

#508bae

Complementary Color

#508bae #ae7350

#508bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bae Color CSS Codes

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

#508bae Text Font Color

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

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


#508bae Background Color

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

This div background color is #508bae


#508bae Border Color

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

This div border color is #508bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bae


Comments

No comments written yet.

Please login to write comment.