Color Hex Logo

#12151c Color Hex

#12151C
(18,21,28)
0 Favorites   0 Comments

Color spaces of #12151c

RGB 182128
HSL0.620.220.09
HSV222°36°11°
CMYK 0.360.250.00   0.89
XYZ0.72720.74881.2048
Yxy0.74880.27130.2793
Hunter Lab8.6533-0.1427-2.1976
CIE-Lab6.76390.6345-5.3191

#12151c color RGB value is (18,21,28).

#12151c hex color red value is 18, green value is 21 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #12151c hue: 0.62 , saturation: 0.22 and the lightness value of 12151c is 0.09.

The process color (four color CMYK) of #12151c color hex is 0.36, 0.25, 0.00, 0.89. Web safe color of #12151c is #000033. Color #12151c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010101 00011100
Octal 22 25 34
Decimal 18 21 28
Hex 12 15 1C

RGB Percentages of Color #12151c

%26.87
%31.34
%41.79

CMYK Percentages of Color #12151c

%36
%25
%0
%89

Triadic Colors of #12151c

#12151c #1c1215 #151c12

Analogous Colors of #12151c

#12151c #14121c #121a1c

Monochromatic Colors of #12151c

#12151c

Complementary Color

#12151c #1c1912

#12151c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12151c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12151c Color CSS Codes

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

#12151c Text Font Color

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

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


#12151c Background Color

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

This div background color is #12151c


#12151c Border Color

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

This div border color is #12151c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,21,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12151c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12151c;
  -webkit-box-shadow: 1px 1px 3px 2px #12151c;
  box-shadow:         1px 1px 3px 2px #12151c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12151c


Comments

No comments written yet.

Please login to write comment.