Color Hex Logo

#518fae Color Hex

#518FAE
(81,143,174)
0 Favorites   0 Comments

Color spaces of #518fae

RGB 81143174
HSL0.560.360.50
HSV200°53°68°
CMYK 0.530.180.00   0.32
XYZ20.855824.450243.6646
Yxy24.45020.23440.2748
Hunter Lab49.4471-11.2448-17.7434
CIE-Lab56.5358-11.0762-22.4251

#518fae color RGB value is (81,143,174).

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

The process color (four color CMYK) of #518fae color hex is 0.53, 0.18, 0.00, 0.32. Web safe color of #518fae is #669999. Color #518fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001111 10101110
Octal 121 217 256
Decimal 81 143 174
Hex 51 8F AE

RGB Percentages of Color #518fae

%20.35
%35.93
%43.72

CMYK Percentages of Color #518fae

%53
%18
%0
%32

Triadic Colors of #518fae

#518fae #ae518f #8fae51

Analogous Colors of #518fae

#518fae #5160ae #51ae9f

Monochromatic Colors of #518fae

#518fae

Complementary Color

#518fae #ae7051

#518fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#518fae Color CSS Codes

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

#518fae Text Font Color

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

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


#518fae Background Color

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

This div background color is #518fae


#518fae Border Color

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

This div border color is #518fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518fae


Comments

No comments written yet.

Please login to write comment.