Color Hex Logo

#142011 Color Hex

#142011
(20,32,17)
0 Favorites   0 Comments

Color spaces of #142011

RGB 203217
HSL0.300.310.10
HSV108°47°13°
CMYK 0.380.000.47   0.87
XYZ0.90621.22220.7185
Yxy1.22220.31830.4293
Hunter Lab11.0553-4.71523.8854
CIE-Lab10.7201-9.15048.2060

#142011 color RGB value is (20,32,17).

#142011 hex color red value is 20, green value is 32 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #142011 hue: 0.30 , saturation: 0.31 and the lightness value of 142011 is 0.10.

The process color (four color CMYK) of #142011 color hex is 0.38, 0.00, 0.47, 0.87. Web safe color of #142011 is #003300. Color #142011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100000 00010001
Octal 24 40 21
Decimal 20 32 17
Hex 14 20 11

RGB Percentages of Color #142011

%28.99
%46.38
%24.64

CMYK Percentages of Color #142011

%38
%0
%47
%87

Triadic Colors of #142011

#142011 #111420 #201114

Analogous Colors of #142011

#142011 #112016 #1c2011

Monochromatic Colors of #142011

#142011

Complementary Color

#142011 #1d1120

#142011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142011 Color CSS Codes

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

#142011 Text Font Color

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

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


#142011 Background Color

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

This div background color is #142011


#142011 Border Color

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

This div border color is #142011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142011


Comments

No comments written yet.

Please login to write comment.