Color Hex Logo

#12020c Color Hex

#12020C
(18,2,12)
0 Favorites   0 Comments

Color spaces of #12020c

RGB 18212
HSL0.900.800.04
HSV323°89°
CMYK 0.000.890.33   0.93
XYZ0.33750.19860.3684
Yxy0.19860.37310.2196
Hunter Lab4.45655.7195-1.7818
CIE-Lab1.79396.0928-2.1764

#12020c color RGB value is (18,2,12).

#12020c hex color red value is 18, green value is 2 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #12020c hue: 0.90 , saturation: 0.80 and the lightness value of 12020c is 0.04.

The process color (four color CMYK) of #12020c color hex is 0.00, 0.89, 0.33, 0.93. Web safe color of #12020c is #000000. Color #12020c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000010 00001100
Octal 22 2 14
Decimal 18 2 12
Hex 12 2 C

RGB Percentages of Color #12020c

%56.25
%6.25
%37.50

CMYK Percentages of Color #12020c

%0
%89
%33
%93

Triadic Colors of #12020c

#12020c #0c1202 #020c12

Analogous Colors of #12020c

#12020c #120204 #100212

Monochromatic Colors of #12020c

#12020c

Complementary Color

#12020c #021208

#12020c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12020c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12020c Color CSS Codes

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

#12020c Text Font Color

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

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


#12020c Background Color

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

This div background color is #12020c


#12020c Border Color

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

This div border color is #12020c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12020c


Comments

No comments written yet.

Please login to write comment.