Color Hex Logo

#519eac Color Hex

#519EAC
(81,158,172)
0 Favorites   0 Comments

Color spaces of #519eac

RGB 81158172
HSL0.530.360.50
HSV189°53°67°
CMYK 0.530.080.00   0.33
XYZ23.066629.181643.4466
Yxy29.18160.24100.3049
Hunter Lab54.0200-18.3153-9.8711
CIE-Lab60.9416-19.7665-14.5831

#519eac color RGB value is (81,158,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011110 10101100
Octal 121 236 254
Decimal 81 158 172
Hex 51 9E AC

RGB Percentages of Color #519eac

%19.71
%38.44
%41.85

CMYK Percentages of Color #519eac

%53
%8
%0
%33

Triadic Colors of #519eac

#519eac #ac519e #9eac51

Analogous Colors of #519eac

#519eac #5171ac #51ac8d

Monochromatic Colors of #519eac

#519eac

Complementary Color

#519eac #ac5f51

#519eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#519eac Color CSS Codes

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

#519eac Text Font Color

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

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


#519eac Background Color

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

This div background color is #519eac


#519eac Border Color

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

This div border color is #519eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,158,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519eac


Comments

No comments written yet.

Please login to write comment.