Color Hex Logo

#016c10 Color Hex

#016C10
(1,108,16)
0 Favorites   0 Comments

Color spaces of #016c10

RGB 110816
HSL0.360.980.21
HSV128°99°42°
CMYK 0.990.000.85   0.58
XYZ5.468610.76902.2806
Yxy10.76900.29530.5815
Hunter Lab32.8162-27.682418.8509
CIE-Lab39.1887-44.856140.0222

#016c10 color RGB value is (1,108,16).

#016c10 hex color red value is 1, green value is 108 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #016c10 hue: 0.36 , saturation: 0.98 and the lightness value of 016c10 is 0.21.

The process color (four color CMYK) of #016c10 color hex is 0.99, 0.00, 0.85, 0.58. Web safe color of #016c10 is #006600. Color #016c10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101100 00010000
Octal 1 154 20
Decimal 1 108 16
Hex 1 6C 10

RGB Percentages of Color #016c10

%0.80
%86.40
%12.80

CMYK Percentages of Color #016c10

%99
%0
%85
%58

Triadic Colors of #016c10

#016c10 #10016c #6c1001

Analogous Colors of #016c10

#016c10 #016c46 #276c01

Monochromatic Colors of #016c10

#016c10

Complementary Color

#016c10 #6c015d

#016c10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016c10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016c10 Color CSS Codes

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

#016c10 Text Font Color

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

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


#016c10 Background Color

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

This div background color is #016c10


#016c10 Border Color

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

This div border color is #016c10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,108,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016c10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016c10;
  -webkit-box-shadow: 1px 1px 3px 2px #016c10;
  box-shadow:         1px 1px 3px 2px #016c10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016c10


Comments

No comments written yet.

Please login to write comment.