Hex #0e1617 Color

#0e1617
equivalent to

RGB

(14, 22, 23)

Details of #0e1617

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
14
0.6227
0.52
0.39
6.5854
0.7290
187°
8.5384
22
0.7290
0.24
0.04
-2.8784
0.2743
39°
-1.9249
23
0.9185
0.07
0.00   0.91
-1.7838
0.3211
-0.3990

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1110
16
14
E
Green
10110
26
22
16
Blue
10111
27
23
17

RGB in % of #0e1617

%23.73
%37.29
%38.98

CMYK in % of #0e1617

%39
%4
%0
%91

Triads of color #0e1617

#0e1617 #16170e #170e17

Similar Colors to #0e1617

#0e1617 #0e1714 #0e1217

Preview Color #0e1617 on black ground

#0e1617 is very interesting for text.

Preview Color #0e1617 on white ground

#0e1617 is very interesting for text.

CSS Codes #0e1617 color

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

Text Font Color #0e1617

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

This sample text font color is #0e1617
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 #0e1617

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

This div background color is #0e1617


Border Color #0e1617

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

The color of this border is #0e1617


Examples Css3

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

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 #0e1617">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #0e1617