Color Hex Logo

#114986 Color Hex

#114986
(17,73,134)
0 Favorites   0 Comments

Color spaces of #114986

RGB 1773134
HSL0.590.770.30
HSV211°87°53°
CMYK 0.870.460.00   0.47
XYZ6.91686.605523.4647
Yxy6.60550.18700.1786
Hunter Lab25.70123.0616-36.1399
CIE-Lab30.89146.6315-39.0608

#114986 color RGB value is (17,73,134).

#114986 hex color red value is 17, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #114986 hue: 0.59 , saturation: 0.77 and the lightness value of 114986 is 0.30.

The process color (four color CMYK) of #114986 color hex is 0.87, 0.46, 0.00, 0.47. Web safe color of #114986 is #003399. Color #114986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 10000110
Octal 21 111 206
Decimal 17 73 134
Hex 11 49 86

RGB Percentages of Color #114986

%7.59
%32.59
%59.82

CMYK Percentages of Color #114986

%87
%46
%0
%47

Triadic Colors of #114986

#114986 #861149 #498611

Analogous Colors of #114986

#114986 #141186 #118486

Monochromatic Colors of #114986

#114986

Complementary Color

#114986 #864e11

#114986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114986 Color CSS Codes

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

#114986 Text Font Color

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

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


#114986 Background Color

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

This div background color is #114986


#114986 Border Color

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

This div border color is #114986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,73,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114986;
  -webkit-box-shadow: 1px 1px 3px 2px #114986;
  box-shadow:         1px 1px 3px 2px #114986; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,73,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114986


Comments

No comments written yet.

Please login to write comment.