Color Hex Logo

#114956 Color Hex

#114956
(17,73,86)
0 Favorites   0 Comments

Color spaces of #114956

RGB 177386
HSL0.530.670.20
HSV191°80°34°
CMYK 0.800.150.00   0.66
XYZ4.29345.55619.6503
Yxy5.55610.22020.2849
Hunter Lab23.5714-8.7371-7.7738
CIE-Lab28.2637-12.7218-12.8542

#114956 color RGB value is (17,73,86).

#114956 hex color red value is 17, green value is 73 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #114956 hue: 0.53 , saturation: 0.67 and the lightness value of 114956 is 0.20.

The process color (four color CMYK) of #114956 color hex is 0.80, 0.15, 0.00, 0.66. Web safe color of #114956 is #003366. Color #114956 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 01010110
Octal 21 111 126
Decimal 17 73 86
Hex 11 49 56

RGB Percentages of Color #114956

%9.66
%41.48
%48.86

CMYK Percentages of Color #114956

%80
%15
%0
%66

Triadic Colors of #114956

#114956 #561149 #495611

Analogous Colors of #114956

#114956 #112756 #115641

Monochromatic Colors of #114956

#114956

Complementary Color

#114956 #561e11

#114956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114956 Color CSS Codes

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

#114956 Text Font Color

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

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


#114956 Background Color

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

This div background color is #114956


#114956 Border Color

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

This div border color is #114956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114956


Comments

No comments written yet.

Please login to write comment.