Color Hex Logo

#508aab Color Hex

#508AAB
(80,138,171)
0 Favorites   0 Comments

Color spaces of #508aab

RGB 80138171
HSL0.560.360.49
HSV202°53°67°
CMYK 0.530.190.00   0.33
XYZ19.747422.822741.8925
Yxy22.82270.23380.2702
Hunter Lab47.7731-9.8185-18.5505
CIE-Lab54.8892-9.4193-23.2411

#508aab color RGB value is (80,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 10101011
Octal 120 212 253
Decimal 80 138 171
Hex 50 8A AB

RGB Percentages of Color #508aab

%20.57
%35.48
%43.96

CMYK Percentages of Color #508aab

%53
%19
%0
%33

Triadic Colors of #508aab

#508aab #ab508a #8aab50

Analogous Colors of #508aab

#508aab #505cab #50ab9f

Monochromatic Colors of #508aab

#508aab

Complementary Color

#508aab #ab7150

#508aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#508aab Color CSS Codes

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

#508aab Text Font Color

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

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


#508aab Background Color

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

This div background color is #508aab


#508aab Border Color

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

This div border color is #508aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508aab


Comments

No comments written yet.

Please login to write comment.