Color Hex Logo

#121a1d Color Hex

#121A1D
(18,26,29)
0 Favorites   0 Comments

Color spaces of #121a1d

RGB 182629
HSL0.550.230.09
HSV196°38°11°
CMYK 0.380.100.00   0.89
XYZ0.84060.95611.3026
Yxy0.95610.27120.3085
Hunter Lab9.7780-1.7662-1.0538
CIE-Lab8.6202-2.7220-3.2931

#121a1d color RGB value is (18,26,29).

#121a1d hex color red value is 18, green value is 26 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #121a1d hue: 0.55 , saturation: 0.23 and the lightness value of 121a1d is 0.09.

The process color (four color CMYK) of #121a1d color hex is 0.38, 0.10, 0.00, 0.89. Web safe color of #121a1d is #003333. Color #121a1d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011010 00011101
Octal 22 32 35
Decimal 18 26 29
Hex 12 1A 1D

RGB Percentages of Color #121a1d

%24.66
%35.62
%39.73

CMYK Percentages of Color #121a1d

%38
%10
%0
%89

Triadic Colors of #121a1d

#121a1d #1d121a #1a1d12

Analogous Colors of #121a1d

#121a1d #12151d #121d1b

Monochromatic Colors of #121a1d

#121a1d

Complementary Color

#121a1d #1d1512

#121a1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121a1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#121a1d Color CSS Codes

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

#121a1d Text Font Color

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

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


#121a1d Background Color

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

This div background color is #121a1d


#121a1d Border Color

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

This div border color is #121a1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,26,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #121a1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #121a1d;
  -webkit-box-shadow: 1px 1px 3px 2px #121a1d;
  box-shadow:         1px 1px 3px 2px #121a1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,26,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121a1d


Comments

No comments written yet.

Please login to write comment.