Color Hex Logo

#518cce Color Hex

#518CCE
(81,140,206)
0 Favorites   0 Comments

Color spaces of #518cce

RGB 81140206
HSL0.590.560.56
HSV212°61°81°
CMYK 0.610.320.00   0.19
XYZ23.912024.961761.9503
Yxy24.96170.21580.2252
Hunter Lab49.9617-2.0016-38.5438
CIE-Lab57.03810.8234-39.7984

#518cce color RGB value is (81,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001100 11001110
Octal 121 214 316
Decimal 81 140 206
Hex 51 8C CE

RGB Percentages of Color #518cce

%18.97
%32.79
%48.24

CMYK Percentages of Color #518cce

%61
%32
%0
%19

Triadic Colors of #518cce

#518cce #ce518c #8cce51

Analogous Colors of #518cce

#518cce #5451ce #51cbce

Monochromatic Colors of #518cce

#518cce

Complementary Color

#518cce #ce9351

#518cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#518cce Color CSS Codes

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

#518cce Text Font Color

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

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


#518cce Background Color

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

This div background color is #518cce


#518cce Border Color

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

This div border color is #518cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518cce


Comments

No comments written yet.

Please login to write comment.