#141414

Gray8

#141414 color hex

#141414 hex color information.
RGB value of #141414 is (20,20,20)
Change page background color to #141414 | Reset

#141414 rgb color chart

Color spaces of #141414 Gray8

RGB 202020
HSL0.000.000.08
HSV
CMYK 0.000.000.00   0.92
XYZ0.66490.69950.7618
Yxy0.69950.31270.3290
Hunter Lab8.3636-0.44570.4541
CIE-Lab6.31850.0019-0.0023

Shades of #141414

Tints of #141414

RGB Percentages of Color #141414

%33.33
%33.33
%33.33

CMYK Percentages of Color #141414

%0
%0
%0
%92

#141414 Gray8 Color Info

#141414 hex color red value is 20, green value is 20 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #141414 hue: 0.00 , saturation: 0.00 and the lightness value of 141414 is 0.08.

The process color (four color CMYK) of #141414 hex color is 0.00, 0.00, 0.00, 0.92. Web safe color of #141414 is #000000

Color #141414 rgb is equally color. #141414 color name is Gray8.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010100 00010100
Octal 24 24 24
Decimal 20 20 20
Hexadecimal 14 14 14

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #141414

Analogous Colors of #141414

Analogous colors are identical


#141414 HSL Color Chart
#141414 hsl color chart
#141414 RGB Color Chart

#141414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141414 Color CSS Codes

.mybgcolor {background-color:#141414; } 
.myforecolor {color:#141414; }
.mybordercolor {border:3px solid #141414; }
Sample text font color #141414

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

html code
<p style="color:#141414">Text here</p>
#141414 background color

This div background color is #141414

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

This div border color is #141414

<div style="border:3px solid #141414">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #141414 Color Sample
#141414border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(20,20,20, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #141414; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #141414;
  -webkit-box-shadow: 1px 1px 3px 2px #141414;
  box-shadow:         1px 1px 3px 2px #141414; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,20,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #141414">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #141414

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

Comments

Miguel5 Aug 2012, 2:03 am

Great and versatile shade of gray, ideal when you want a a dark result, but need some contrast for details that flat black doesn't allow.


Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top