Color Hex Logo

#518aca Color Hex

#518ACA
(81,138,202)
0 Favorites   0 Comments

Color spaces of #518aca

RGB 81138202
HSL0.590.530.55
HSV212°60°79°
CMYK 0.600.320.00   0.21
XYZ23.142524.190659.3266
Yxy24.19060.21700.2268
Hunter Lab49.1839-2.0824-37.0880
CIE-Lab56.27810.6763-38.7353

#518aca color RGB value is (81,138,202).

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

The process color (four color CMYK) of #518aca color hex is 0.60, 0.32, 0.00, 0.21. Web safe color of #518aca is #6699cc. Color #518aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001010 11001010
Octal 121 212 312
Decimal 81 138 202
Hex 51 8A CA

RGB Percentages of Color #518aca

%19.24
%32.78
%47.98

CMYK Percentages of Color #518aca

%60
%32
%0
%21

Triadic Colors of #518aca

#518aca #ca518a #8aca51

Analogous Colors of #518aca

#518aca #5451ca #51c7ca

Monochromatic Colors of #518aca

#518aca

Complementary Color

#518aca #ca9151

#518aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#518aca Color CSS Codes

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

#518aca Text Font Color

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

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


#518aca Background Color

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

This div background color is #518aca


#518aca Border Color

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

This div border color is #518aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518aca


Comments

No comments written yet.

Please login to write comment.