Color Hex Logo

#508eab Color Hex

#508EAB
(80,142,171)
0 Favorites   0 Comments

Color spaces of #508eab

RGB 80142171
HSL0.550.360.49
HSV199°53°67°
CMYK 0.530.170.00   0.33
XYZ20.332023.991742.0873
Yxy23.99170.23530.2776
Hunter Lab48.9813-11.6225-16.6581
CIE-Lab56.0795-11.6557-21.4141

#508eab color RGB value is (80,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 10101011
Octal 120 216 253
Decimal 80 142 171
Hex 50 8E AB

RGB Percentages of Color #508eab

%20.36
%36.13
%43.51

CMYK Percentages of Color #508eab

%53
%17
%0
%33

Triadic Colors of #508eab

#508eab #ab508e #8eab50

Analogous Colors of #508eab

#508eab #5061ab #50ab9b

Monochromatic Colors of #508eab

#508eab

Complementary Color

#508eab #ab6d50

#508eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#508eab Color CSS Codes

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

#508eab Text Font Color

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

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


#508eab Background Color

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

This div background color is #508eab


#508eab Border Color

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

This div border color is #508eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508eab


Comments

No comments written yet.

Please login to write comment.