Color Hex Logo

#121314 Color Hex

#121314
(18,19,20)
1 Favorites   2 Comments

Color spaces of #121314

RGB 181920
HSL0.580.050.07
HSV210°10°
CMYK 0.100.050.00   0.92
XYZ0.60860.64480.7542
Yxy0.64480.30310.3212
Hunter Lab8.0299-0.52370.0522
CIE-Lab5.8244-0.1746-0.7455

#121314 color RGB value is (18,19,20).

#121314 hex color red value is 18, green value is 19 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #121314 hue: 0.58 , saturation: 0.05 and the lightness value of 121314 is 0.07.

The process color (four color CMYK) of #121314 color hex is 0.10, 0.05, 0.00, 0.92. Web safe color of #121314 is #000000. Color #121314 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010011 00010100
Octal 22 23 24
Decimal 18 19 20
Hex 12 13 14

RGB Percentages of Color #121314

%31.58
%33.33
%35.09

CMYK Percentages of Color #121314

%10
%5
%0
%92

Triadic Colors of #121314

#121314 #141213 #131412

Analogous Colors of #121314

#121314 #121214 #121414

Monochromatic Colors of #121314

#121314

Complementary Color

#121314 #141312

#121314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#121314 Color CSS Codes

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

#121314 Text Font Color

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

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


#121314 Background Color

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

This div background color is #121314


#121314 Border Color

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

This div border color is #121314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121314

#121314 Color Palettes


Comments

26 Sep 2020, 18:59 Zacapea

I think this colour is very grey-looking. I mean "12/13/14" could possibly be a date.

25 Sep 2020, 0:19 LinKueiDragon

How is this underrated?

Please login to write comment.