Color Hex Logo

#121a0f Color Hex

#121A0F
(18,26,15)
0 Favorites   0 Comments

Color spaces of #121a0f

RGB 182615
HSL0.290.270.08
HSV104°42°10°
CMYK 0.310.000.42   0.90
XYZ0.70510.90190.5889
Yxy0.90190.32110.4107
Hunter Lab9.4968-3.36662.9712
CIE-Lab8.1459-6.22815.6214

#121a0f color RGB value is (18,26,15).

#121a0f hex color red value is 18, green value is 26 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #121a0f hue: 0.29 , saturation: 0.27 and the lightness value of 121a0f is 0.08.

The process color (four color CMYK) of #121a0f color hex is 0.31, 0.00, 0.42, 0.90. Web safe color of #121a0f is #003300. Color #121a0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011010 00001111
Octal 22 32 17
Decimal 18 26 15
Hex 12 1A F

RGB Percentages of Color #121a0f

%30.51
%44.07
%25.42

CMYK Percentages of Color #121a0f

%31
%0
%42
%90

Triadic Colors of #121a0f

#121a0f #0f121a #1a0f12

Analogous Colors of #121a0f

#121a0f #0f1a12 #181a0f

Monochromatic Colors of #121a0f

#121a0f

Complementary Color

#121a0f #170f1a

#121a0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121a0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#121a0f Color CSS Codes

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

#121a0f Text Font Color

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

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


#121a0f Background Color

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

This div background color is #121a0f


#121a0f Border Color

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

This div border color is #121a0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121a0f


Comments

No comments written yet.

Please login to write comment.