Color Hex Logo

#141414 Color Hex Gray8

#141414
(20,20,20)
8 Favorites   4 Comments

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

#141414 color RGB value is (20,20,20). #141414 color name is Gray8 color.

#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 color hex is 0.00, 0.00, 0.00, 0.92. Web safe color of #141414 is #000000. Color #141414 rgb is equally color.

Base Numbers

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

RGB Percentages of Color #141414

%33.33
%33.33
%33.33

CMYK Percentages of Color #141414

%0
%0
%0
%92

Monochromatic Colors of #141414

#141414

#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; }

#141414 Text Font Color

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

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.


#141414 Background Color

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

This div background color is #141414


#141414 Border Color

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

This div border color is #141414


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

<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>

This div box has shadow with color #141414


Comments

30 Mar 2021, 17:36 Zacapea

It's what you get related to black, it's just lighter!?

30 Jun 2019, 11:51 RedditorColorBoioB

the eighth gray

12 May 2018, 11:09 Jpbcode

#264944

5 Aug 2012, 2:03 (guest)

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.

Please login to write comment.