Hex #121212 Color

#121212
equivalent to

RGB

(18, 18, 18)

Details of #121212

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
18
0.5749
0.00
0.00
5.4639
0.6049
7.7774
18
0.6049
0.00
0.00
0.0007
0.3127
-0.4149
18
0.6587
0.07
0.00   0.93
-0.0015
0.3290
0.4243

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010
22
18
12
Green
10010
22
18
12
Blue
10010
22
18
12

RGB in % of #121212

%33.33
%33.33
%33.33

CMYK in % of #121212

%0
%0
%0
%93

Triads of color #121212

#121212 #121212 #121212

Similar Colors to #121212

#121212 #121212 #121212

Preview Color #121212 on black ground

#121212 is very interesting for text.

Preview Color #121212 on white ground

#121212 is very interesting for text.

CSS Codes #121212 color

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

Text Font Color #121212

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

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


Background Color #121212

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

This div background color is #121212


Border Color #121212

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

The color of this border is #121212


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #121212