Color Hex Logo

#116801 Color Hex

#116801
(17,104,1)
0 Favorites   0 Comments

Color spaces of #116801

RGB 171041
HSL0.310.980.21
HSV111°99°41°
CMYK 0.840.000.99   0.59
XYZ5.187010.02201.6898
Yxy10.02200.30690.5931
Hunter Lab31.6575-26.154018.9955
CIE-Lab37.8819-42.595243.0127

#116801 color RGB value is (17,104,1).

#116801 hex color red value is 17, green value is 104 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #116801 hue: 0.31 , saturation: 0.98 and the lightness value of 116801 is 0.21.

The process color (four color CMYK) of #116801 color hex is 0.84, 0.00, 0.99, 0.59. Web safe color of #116801 is #006600. Color #116801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101000 00000001
Octal 21 150 1
Decimal 17 104 1
Hex 11 68 1

RGB Percentages of Color #116801

%13.93
%85.25
%0.82

CMYK Percentages of Color #116801

%84
%0
%99
%59

Triadic Colors of #116801

#116801 #011168 #680111

Analogous Colors of #116801

#116801 #016825 #446801

Monochromatic Colors of #116801

#116801

Complementary Color

#116801 #580168

#116801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116801 Color CSS Codes

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

#116801 Text Font Color

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

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


#116801 Background Color

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

This div background color is #116801


#116801 Border Color

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

This div border color is #116801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116801


Comments

No comments written yet.

Please login to write comment.