Color Hex Logo

#518ace Color Hex

#518ACE
(81,138,206)
0 Favorites   0 Comments

Color spaces of #518ace

RGB 81138206
HSL0.590.560.56
HSV213°61°81°
CMYK 0.610.330.00   0.19
XYZ23.622424.382561.8538
Yxy24.38250.21500.2219
Hunter Lab49.3786-1.0195-39.7041
CIE-Lab56.46871.9980-40.6940

#518ace color RGB value is (81,138,206).

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

The process color (four color CMYK) of #518ace color hex is 0.61, 0.33, 0.00, 0.19. Web safe color of #518ace is #6699cc. Color #518ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 11001110
Octal 121 212 316
Decimal 81 138 206
Hex 51 8A CE

RGB Percentages of Color #518ace

%19.06
%32.47
%48.47

CMYK Percentages of Color #518ace

%61
%33
%0
%19

Triadic Colors of #518ace

#518ace #ce518a #8ace51

Analogous Colors of #518ace

#518ace #5751ce #51c9ce

Monochromatic Colors of #518ace

#518ace

Complementary Color

#518ace #ce9551

#518ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#518ace Color CSS Codes

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

#518ace Text Font Color

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

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


#518ace Background Color

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

This div background color is #518ace


#518ace Border Color

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

This div border color is #518ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518ace


Comments

No comments written yet.

Please login to write comment.