Color Hex Logo

#519aab Color Hex

#519AAB
(81,154,171)
0 Favorites   0 Comments

Color spaces of #519aab

RGB 81154171
HSL0.530.360.49
HSV191°53°67°
CMYK 0.530.100.00   0.33
XYZ22.299627.800842.7189
Yxy27.80080.24020.2995
Hunter Lab52.7265-16.7783-11.1281
CIE-Lab59.7083-17.9467-15.8826

#519aab color RGB value is (81,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10101011
Octal 121 232 253
Decimal 81 154 171
Hex 51 9A AB

RGB Percentages of Color #519aab

%19.95
%37.93
%42.12

CMYK Percentages of Color #519aab

%53
%10
%0
%33

Triadic Colors of #519aab

#519aab #ab519a #9aab51

Analogous Colors of #519aab

#519aab #516dab #51ab8f

Monochromatic Colors of #519aab

#519aab

Complementary Color

#519aab #ab6251

#519aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#519aab Color CSS Codes

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

#519aab Text Font Color

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

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


#519aab Background Color

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

This div background color is #519aab


#519aab Border Color

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

This div border color is #519aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519aab


Comments

No comments written yet.

Please login to write comment.