Color Hex Logo

#518aab Color Hex

#518AAB
(81,138,171)
0 Favorites   0 Comments

Color spaces of #518aab

RGB 81138171
HSL0.560.360.49
HSV202°53°67°
CMYK 0.530.190.00   0.33
XYZ19.832522.866641.8965
Yxy22.86660.23440.2703
Hunter Lab47.8190-9.6521-18.4734
CIE-Lab54.9347-9.1903-23.1674

#518aab color RGB value is (81,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 10101011
Octal 121 212 253
Decimal 81 138 171
Hex 51 8A AB

RGB Percentages of Color #518aab

%20.77
%35.38
%43.85

CMYK Percentages of Color #518aab

%53
%19
%0
%33

Triadic Colors of #518aab

#518aab #ab518a #8aab51

Analogous Colors of #518aab

#518aab #515dab #51ab9f

Monochromatic Colors of #518aab

#518aab

Complementary Color

#518aab #ab7251

#518aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#518aab Color CSS Codes

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

#518aab Text Font Color

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

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


#518aab Background Color

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

This div background color is #518aab


#518aab Border Color

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

This div border color is #518aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518aab


Comments

No comments written yet.

Please login to write comment.