Color Hex Logo

#116256 Color Hex

#116256
(17,98,86)
0 Favorites   0 Comments

Color spaces of #116256

RGB 179886
HSL0.480.700.23
HSV171°83°38°
CMYK 0.830.000.12   0.62
XYZ6.27869.526410.3120
Yxy9.52640.24040.3648
Hunter Lab30.8649-17.70261.7965
CIE-Lab36.9787-26.23530.1783

#116256 color RGB value is (17,98,86).

#116256 hex color red value is 17, green value is 98 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #116256 hue: 0.48 , saturation: 0.70 and the lightness value of 116256 is 0.23.

The process color (four color CMYK) of #116256 color hex is 0.83, 0.00, 0.12, 0.62. Web safe color of #116256 is #006666. Color #116256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100010 01010110
Octal 21 142 126
Decimal 17 98 86
Hex 11 62 56

RGB Percentages of Color #116256

%8.46
%48.76
%42.79

CMYK Percentages of Color #116256

%83
%0
%12
%62

Triadic Colors of #116256

#116256 #561162 #625611

Analogous Colors of #116256

#116256 #114662 #11622e

Monochromatic Colors of #116256

#116256

Complementary Color

#116256 #62111d

#116256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116256 Color CSS Codes

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

#116256 Text Font Color

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

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


#116256 Background Color

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

This div background color is #116256


#116256 Border Color

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

This div border color is #116256


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,98,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 #116256">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116256


Comments

No comments written yet.

Please login to write comment.