Color Hex Logo

#146611 Color Hex

#146611
(20,102,17)
0 Favorites   0 Comments

Color spaces of #146611

RGB 2010217
HSL0.330.710.23
HSV118°83°40°
CMYK 0.800.000.83   0.60
XYZ5.14109.69192.1301
Yxy9.69190.30310.5714
Hunter Lab31.1318-25.003817.7355
CIE-Lab37.2837-40.579137.9782

#146611 color RGB value is (20,102,17).

#146611 hex color red value is 20, green value is 102 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #146611 hue: 0.33 , saturation: 0.71 and the lightness value of 146611 is 0.23.

The process color (four color CMYK) of #146611 color hex is 0.80, 0.00, 0.83, 0.60. Web safe color of #146611 is #006600. Color #146611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100110 00010001
Octal 24 146 21
Decimal 20 102 17
Hex 14 66 11

RGB Percentages of Color #146611

%14.39
%73.38
%12.23

CMYK Percentages of Color #146611

%80
%0
%83
%60

Triadic Colors of #146611

#146611 #111466 #661114

Analogous Colors of #146611

#146611 #116639 #3f6611

Monochromatic Colors of #146611

#146611

Complementary Color

#146611 #631166

#146611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146611 Color CSS Codes

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

#146611 Text Font Color

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

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


#146611 Background Color

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

This div background color is #146611


#146611 Border Color

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

This div border color is #146611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146611


Comments

No comments written yet.

Please login to write comment.