Color Hex Logo

#517eac Color Hex

#517EAC
(81,126,172)
0 Favorites   0 Comments

Color spaces of #517eac

RGB 81126172
HSL0.580.360.50
HSV210°53°67°
CMYK 0.530.270.00   0.33
XYZ18.300619.649641.8579
Yxy19.64960.22930.2462
Hunter Lab44.3279-3.8807-24.9568
CIE-Lab51.4387-1.9627-29.1503

#517eac color RGB value is (81,126,172).

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

The process color (four color CMYK) of #517eac color hex is 0.53, 0.27, 0.00, 0.33. Web safe color of #517eac is #666699. Color #517eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 10101100
Octal 121 176 254
Decimal 81 126 172
Hex 51 7E AC

RGB Percentages of Color #517eac

%21.37
%33.25
%45.38

CMYK Percentages of Color #517eac

%53
%27
%0
%33

Triadic Colors of #517eac

#517eac #ac517e #7eac51

Analogous Colors of #517eac

#517eac #5251ac #51acac

Monochromatic Colors of #517eac

#517eac

Complementary Color

#517eac #ac7f51

#517eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#517eac Color CSS Codes

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

#517eac Text Font Color

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

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


#517eac Background Color

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

This div background color is #517eac


#517eac Border Color

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

This div border color is #517eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517eac


Comments

No comments written yet.

Please login to write comment.