color codes Logo

#516ebc color codes

#516EBC
(81,110,188)
0 Favorites   0 Comments

Color spaces of #516ebc

RGB 81110188
HSL0.620.440.53
HSV224°57°74°
CMYK 0.570.410.00   0.26
XYZ18.046416.532049.8168
Yxy16.53200.21380.1959
Hunter Lab40.65968.0715-44.1814
CIE-Lab47.664912.9609-44.3446

#516ebc color RGB value is (81,110,188).

#516ebc hex color red value is 81, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #516ebc hue: 0.62 , saturation: 0.44 and the lightness value of 516ebc is 0.53.

The process color (four color CMYK) of #516ebc color code is 0.57, 0.41, 0.00, 0.26. Web safe color of #516ebc is #6666cc. Color #516ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101110 10111100
Octal 121 156 274
Decimal 81 110 188
Hex 51 6E BC

RGB Percentages of Color #516ebc

%21.37
%29.02
%49.60

CMYK Percentages of Color #516ebc

%57
%41
%0
%26

Triadic Colors of #516ebc

#516ebc #bc516e #6ebc51

Analogous Colors of #516ebc

#516ebc #6a51bc #51a4bc

Monochromatic Colors of #516ebc

#516ebc

Complementary Color

#516ebc #bc9f51

#516ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#516ebc Color CSS Codes

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

#516ebc Text Font Color

<p style="color:#516ebc">Text here</p>

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


#516ebc Background Color

<div style="background-color:#516ebc">
Div content here</div>

This div background color is #516ebc


#516ebc Border Color

<div style="border:3px solid #516ebc">
Div here</div>

This div border color is #516ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,110,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #516ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #516ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #516ebc;
  box-shadow:         1px 1px 3px 2px #516ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516ebc


Comments

No comments written yet.

Please login to write comment.